-
Notifications
You must be signed in to change notification settings - Fork 80
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
Component not rendered & Error with Meteor 1.6 #139
Comments
I have this same error while using react-router. |
Ditto, same error.
|
Looks like it's solved with this pull request: https://github.com/studiointeract/accounts-ui/pull/138/files If you need it now, you can create a directory called "packages" in your meteor app. Then you'll git clone this repo, edit the packages.json to change version to 1.3.2, and edit your .meteor/packages to reflect @1.3.2 as the version for this package. You can then edit the file as shown in that pull request, and bam! It'll work <3 |
Can that pull request just be merged into master? |
Thanks @jasongrishkoff |
Who are the maintainers of this repository? Is this project dead? |
Meteor 1.7 was released, still no update on this? |
Very strange, even my PR #135 fixed this, the maintainer closed it without merging it. Only the |
I cloned a forked repo which seems to work or doesn't throw an error right now https://github.com/idmadj/accounts-ui.git |
+1 for this problem too. Many thanks for your patch @jasongrishkoff! |
@inspiraluna, is it an atmosphere package (that we can install by |
@tab00 no. I was forking it by myself and just added a couple changes. I might should make a pull request back to the project. See my changes: Doichain@8cf24a1 What you have to do in order to use it:
Let me know if it works for you. |
@inspiraluna the package I believe others have removed this dependency successfully, and this should get updated. Also, Material UI is at version 3.1.1 while your module depends on 0.16.x. It's about time to upgrade 😝 |
Facing the same issue, no updates since months, if this repo is no more maintained, please state it clearly in the README so we don't waste time to install it. Thank you. |
Hello @lc3t35 , it's interesting because last night I was updating my meteor 1.8 (with react 15.x to react 16.6.3. I also had this problem. So I removed react-tap-event-plugin to work with react 16.6.3. |
Hi @inspiraluna , [email protected] (meteor 1.8 too), I'm trying https://github.com/royGil/accounts-react now ... |
makes sense. Let us know here how it was going maybe I'd like to switch too! |
@lc3t35 which styling do you use? I am porting to material ui now. |
how about we decide to continue with https://github.com/idmadj/accounts-ui.git then? it seems to work. |
@JonathanLehner seems to use react 15 - in case you want to be up to date with react 16 the whole router 4 situation needs to be changed in this package. https://github.com/royGil/accounts-react uses the new react router 4. |
I tried it with my code and it seems to work. I think react 15 and 16 are
mostly compatible.
…On Sun, 23 Dec 2018, 02:46 Nico Krause ***@***.*** wrote:
@JonathanLehner <https://github.com/JonathanLehner> seems to use react 15
- in case you want to be up to date with react 16 the whole router 4
situation needs to be changed in this package.
https://github.com/royGil/accounts-react uses the new react router 4.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#139 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWDnnDE1E0S_gY10bl_w2x0t6c178JRfks5u7zTZgaJpZM4SbJkd>
.
|
Please clearly mark this package as being deprecated. It's a waste of time installing it if such a basic error pops up und no fixes have been provided since over a year. Thanks. |
I get this error when using with Meteor 1.6.1 and FlowRouter, using the following code:
The text was updated successfully, but these errors were encountered: