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
We may implement hot reloading of React components in the future (there is a pending PR) but we haven't had time to finish it yet.
You can use module.accept calls as explained in the linked issue to implement something manual yourself, although this won't preserve the state of components.
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
yes
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
not relevant
Environment
node -v
: 7.6npm -v
: 4.3yarn --version
(if you use Yarn): 0.27.5npm ls react-scripts
(if you haven’t ejected): 1.0.11Then, specify:
Steps to Reproduce
(Write your steps here:)
Expected Behavior
Only specific area will change.
Actual Behavior
Full page reload
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Thoughts
webpack2 doesn't seem to have such issue.
The text was updated successfully, but these errors were encountered: