You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ X ] My app crashes with react-rails, so I've included the stack trace and the exact steps which make it crash.
My app doesn't crash, but I'm getting unexpected behavior. So, I've described the unexpected behavior and suggested a new behavior.
I'm trying to use react-rails with another library, but I'm having trouble. I've described my JavaScript management setup (eg, Sprockets, Webpack...), how I'm trying to use this other library, and why it's not working.
I have another issue to discuss.
The version of React loaded with this gem (15.3.0) has a minor bug that returns inconsistent results for "documentMode" in document -- found in React's ChangeEventPlugin.js -- and as a result is causing certain behavior in our application to break (i.e. our change event logic cannot make the necessary requests to the database to retrieve data for the user). Here is a link to the React issue: facebook/react#7583.
A workaround for us has been loading the latest version of React directly in our vendor assets, but it would be great if you could update the version of React in your gem so that other's don't potentially run into this same issue.
Thanks!
The text was updated successfully, but these errors were encountered:
Help us help you! Please choose one:
react-rails
, so I've included the stack trace and the exact steps which make it crash.react-rails
with another library, but I'm having trouble. I've described my JavaScript management setup (eg, Sprockets, Webpack...), how I'm trying to use this other library, and why it's not working.The version of React loaded with this gem (15.3.0) has a minor bug that returns inconsistent results for
"documentMode" in document
-- found in React'sChangeEventPlugin.js
-- and as a result is causing certain behavior in our application to break (i.e. our change event logic cannot make the necessary requests to the database to retrieve data for the user). Here is a link to the React issue: facebook/react#7583.A workaround for us has been loading the latest version of React directly in our vendor assets, but it would be great if you could update the version of React in your gem so that other's don't potentially run into this same issue.
Thanks!
The text was updated successfully, but these errors were encountered: