Open
Conversation
Add fbjs to deps, since that's where the EventListener function moved to with React 0.14.
Require ReactDOM for tests.
Update example app to react 0.14. Generate new dist build.
The major error in the example app was that two versions of react was used at the same time. This was because web pack used both react from react-mini-router and example repository, which resulted in two react modules in public/js/app.js
React 0.14 upgrade
Bump to 2.0.0 since React 0.14 support is not backwards compatible with 0.13 and 0.12. Update README to include updates about v2.0.0. Use react-dom/server for server side tests.
…ng getEventTarget
…get-event-target Address larrymyers#65, updating dependencies for karma, react, inlining getEventTarget
Fixed dependendencies to get tests to pass on Mac os Sierra
…to-latest Upgraded the dist version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.