-
Notifications
You must be signed in to change notification settings - Fork 754
fix(JS): unmount components during for Turbolinks 5 #517
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
Conversation
Derp, looks like build troubles:
I'll take a look... |
Seems like 2.1.1 gets a 403. 1.9.8 works 🤔
|
Here is an issue. Seems intermittent due to throttling? |
It seems like TravisCI has it already installed and available on the |
TravisCI version failed here 😞 |
Rails 5 fails due to a JS error on this line . React emits a
I spun up a Rails 5 server locally and went through the test manually in chrome and it does not throw that error, however the At this point I'm stumped. Any ideas with how to debug this? @rmosolgo |
I remember fighting with PhantomJS before. Turbolinks needs ... something ... from 2.1 to work properly, but TravisCI comes with 1.9.8 installed. In the end, I cherry-picked your commits into separate PRs to address them separately:
Thanks for these fixes! |
Huge thanks for following through on this! 😍 |
fixes #516
Specs passed locally. I didn't find any related specs, but feel free to point me in the right direction if I need to add one!
Thanks for the amazing job maintaining
react-rails
! 😍