An open API service indexing awesome lists of open source software.

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

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().