Skip to content
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

Improve React 0.13 compatibility #879

Merged
merged 2 commits into from
Feb 26, 2015
Merged

Improve React 0.13 compatibility #879

merged 2 commits into from
Feb 26, 2015

Conversation

frostney
Copy link

This pull request fixes two things:

  • When changing routes, Router.dispatch gets correctly called and does not throw an error. (An issue I raised in Support React version 0.13 #638 )
  • Link click handlers are not correctly bound and don't throw an error when called

I haven't touched the rest and there are still some tests that are failing.

Johannes Stein added 2 commits February 26, 2015 11:29
In any other case, Router.dispatch does not know what its context is
@gaearon
Copy link
Contributor

gaearon commented Feb 26, 2015

Thanks!

gaearon added a commit that referenced this pull request Feb 26, 2015
Improve React 0.13 compatibility
@gaearon gaearon merged commit 47ca64c into remix-run:0.13-compat Feb 26, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants