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
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
I'm using original create-react-app config with 'NODE_PATH=src' inside .env file.
When I run 'yarn build && serve -s build' with react dev tools on, it does not show 'HomePage'. When I run 'yarn start' in local development mode, it shows 'Homepage' and there is no issue.
Using the same architecture, I still get this error in production, 'yarn build && serve -s build' version of my project with react-dev-tools on. It runs fine when I turn off react-dev-tools. My production code runs on local development mode without problem even with react-dev-tools on. Uncaught TypeError: Cannot read property 'mountComponent' of undefined error when running create-react-app
create-react-app react-dev-tools issue minimal reproduce
Just reproduced an issue. It's pretty similar.
https://github.com/Seunghunsh/create-react-app-react-dev-tools-issue-minimal-reproduce
I'm using original create-react-app config with 'NODE_PATH=src' inside .env file.
When I run 'yarn build && serve -s build' with react dev tools on, it does not show 'HomePage'. When I run 'yarn start' in local development mode, it shows 'Homepage' and there is no issue.
Using the same architecture, I still get this error in production, 'yarn build && serve -s build' version of my project with react-dev-tools on. It runs fine when I turn off react-dev-tools. My production code runs on local development mode without problem even with react-dev-tools on.
Uncaught TypeError: Cannot read property 'mountComponent' of undefined error when running create-react-app
Three testings I've done.
yarn start
localhost:3000yarn build & serve -s build
localhost:5000https://react-ticket-app.firebaseapp.com/
I've posted this issue.
facebook/create-react-app#3335
https://stackoverflow.com/questions/46966129/uncaught-typeerror-cannot-read-property-mountcomponent-of-undefined-error-whe
Thank you for your help!
This project was bootstrapped with Create React App.
The text was updated successfully, but these errors were encountered: