-
Notifications
You must be signed in to change notification settings - Fork 326
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
Make it work with react 0.14.0-beta3 #27
Comments
When you install with npm, there should be a I’m not sure why it shouldn’t work with React 0.14. Is there any error thrown? There is no official changelog yet, so I won’t make changes now. But there will be an update when React 0.14 is released officially. If you find out what causes the problems, let me know! |
bump |
Did someone fine out what’s wrong? The |
I think the problem the user is having is when installing via npm with the path pointing to the forked repo url. Since the So, to sum up, it should work as is with React 0.14 (after a version bump in the peer dependencies, @ro-ka), and @boosh in your fork you need to add the |
So the peer dependency got bumped to |
Suspect that it is working. Reopen, if not. |
@ro-ka sorry for not reaching back, didn't actually use the released version until yesterday. Working fine for me! :D |
Great to hear! |
Great library. I'd love to use it, but I'm a react noob. I can't get this to work with my project based on relay-starter-kit, which uses react 0.14.0-beta3. For some reason, I can't get anything useful to install when I fork and upgrade the dependency. When I install via npm (there's no actual source, just the meta files like package.json).
A fix (maybe an alternative branch) would be very helpful.
Thanks!
The text was updated successfully, but these errors were encountered: