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
Greeting: Hello from react-rails. (rendered in HTML)
Actual behavior
NameError in Articles#index
Showing /Users/andrewnjoo/Desktop/react-rails/app/views/articles/index.html.erb where line #3 raised:
uninitialized constant React::Rails::ComponentMount::Dummy
System configuration
Shakapacker or Sprockets version:
React-Rails version: 3.1.0
Rect_UJS version:
Rails version: 7.1.2
Ruby version: 3.2.2 [arm64-darwin22]
get started docs recommends running bundle add 'react-rails' --strict, which installs 3.1.0.
Is it possible to append e.g. --version '3.1.1' so that bundler installs the working version?
The text was updated successfully, but these errors were encountered:
Help us help you! Have you looked for similar issues? Do you have reproduction steps? Contributing Guide
Similar issue: #1303
Steps to reproduce
(Guidelines for creating a bug report are available here)
following steps in get-started.md from 1-7
Expected behavior
Greeting: Hello from react-rails. (rendered in HTML)
Actual behavior
System configuration
get started docs recommends running
bundle add 'react-rails' --strict
, which installs 3.1.0.Is it possible to append e.g.
--version '3.1.1'
so that bundler installs the working version?The text was updated successfully, but these errors were encountered: