Skip to content

Minimal app demonstrating create-react-app bug with refs

Notifications You must be signed in to change notification settings

LemonPi/cra-refs-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal app demonstrating create-react-app bug with refs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published