We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no meter what I tried i couldn't be able to hot replace my code without unmounting the react components, so
componentWillUnmount() { alert('I knew Dan lied about hot reloading.'); },
keeps firing,
I know i did something wrong but what?
here is the repository i put together ,
https://github.com/aalpgiray/react-redux-typescript.git
The text was updated successfully, but these errors were encountered:
This might not be the only issue, but I do see that you use decorators, and decorated components currently don't hot reload (#279).
Sorry, something went wrong.
I have edited the official boilerplate. Now everything works.
typescript react-redux-hot-reload
No branches or pull requests
no meter what I tried i couldn't be able to hot replace my code without unmounting the react components, so
componentWillUnmount() { alert('I knew Dan lied about hot reloading.'); },
keeps firing,
I know i did something wrong but what?
here is the repository i put together ,
https://github.com/aalpgiray/react-redux-typescript.git
The text was updated successfully, but these errors were encountered: