https://github.com/lemonpi/cra-refs-bug
Minimal app demonstrating create-react-app bug with refs
https://github.com/lemonpi/cra-refs-bug
Last synced: 4 months ago
JSON representation
Minimal app demonstrating create-react-app bug with refs
- Host: GitHub
- URL: https://github.com/lemonpi/cra-refs-bug
- Owner: LemonPi
- Created: 2017-06-03T12:22:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T12:33:21.000Z (almost 9 years ago)
- Last Synced: 2025-01-03T13:52:25.418Z (about 1 year ago)
- Language: JavaScript
- Size: 481 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demonstrate bug
`npm install`
development:
`npm start`
deployment:
`npm run build`
`serve -s build`
In development you'll see a canvas with "You only see this in
development". In deployment you'll see an empty canvas and an error
when you open the developer's console about attaching refs only inside
render().