-
Notifications
You must be signed in to change notification settings - Fork 56
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
React 16 Support #15
Comments
Will fix it this weekend. Thanks for pointing out. |
Thank you! |
Upgraded to React 16 now. If your parent application uses React 15.x, this should work too.. Please pull v1.3.5 |
|
Thanks @rcdexta it's working great now. Just quick question, I noticed that the package.json doesn't have a version attribute. I'm assuming you're using tags to publish. Is there a reason behind this choice? because it's the first time I see this and do you've some resources where I learn more about it. Thanks again for closing this issue. |
I use semantic versioning workflow to take care of version bumping based on whether it is a feature/fix being committed and you can look here for more info: https://github.com/semantic-release/semantic-release |
Much appreciated, thanks @rcdexta |
Wow this semantic versioning is amazing, the node ecosystem keep on surprising me everyday, lots of smart folks around :) |
An older version of React is being loaded as a dependency:
react-event-timeline/package.json
Lines 79 to 82 in 31c9167
I think it should be loaded as per dependency.
The text was updated successfully, but these errors were encountered: