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
Installed gem react-rails (1.10.0) according to manual.
Create HelloWorld component.
Tried to render using react_component view helper
And got error in browser console: react_ujs_mount.self-169a668….js?body=1:87 Uncaught ReferenceError: ReactDOM is not defined React and HelloWorld are available in browser console.
Could you please help?
The text was updated successfully, but these errors were encountered:
Installed gem
react-rails (1.10.0)
according to manual.Create
HelloWorld
component.Tried to render using
react_component
view helperAnd got error in browser console:
react_ujs_mount.self-169a668….js?body=1:87 Uncaught ReferenceError: ReactDOM is not defined
React
andHelloWorld
are available in browser console.Could you please help?
The text was updated successfully, but these errors were encountered: