-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage with React/1.3/react-router #208
Comments
I then tried using |
I am getting an error "Cannot find module 'meteor/templating'", etc. when I try to mirror your above. Any suggestions?
|
For anyone coming at this from Typescript, relevant conversation here |
So now that I am getting my project to compile, I have the same issue as @sys13 , which I think has to do with the intersection of routing between Blaze/Accounts/React-Router (at least in my case). Will keep posted when a solution comes to bear. |
@jacobdr Yes, I think |
I am also facing the same issue if loginButtons not displaying, so do we remove this package and go back to the acounts-ui package? |
In the source code it's defined as _loginButtons. So the above works if you just make that one change. |
Here's what I've written so far that I haven't gotten working:
The problem seems to be with this part:
Template.loginButtons
and probably how I'm importingian:accounts-ui-bootstrap-3
. Any direction would be helpful.The text was updated successfully, but these errors were encountered: