https://github.com/tf/react-rails-2-7-ssr-bug
https://github.com/tf/react-rails-2-7-ssr-bug
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tf/react-rails-2-7-ssr-bug
- Owner: tf
- Created: 2023-05-16T10:30:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T10:49:32.000Z (about 3 years ago)
- Last Synced: 2025-01-30T18:43:24.602Z (over 1 year ago)
- Language: Ruby
- Homepage: https://github.com/reactjs/react-rails/issues/1276
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reproduction case for https://github.com/reactjs/react-rails/issues/1276.
```
cd react-rails-2-7-ssr-bug
bundle install
bin/rails s
```
Visit '/' to render
https://github.com/tf/react-rails-2-7-ssr-bug/blob/main/app/views/test/index.html.erb
and get error of the form:
```
TypeError: Cannot read properties of undefined (reading 'version')
```