Refresh of the Fresh
Refresh
useState
value change will reset hook state, based on React.Fresh PR
Bug Fixes
- hot render of
forwardRef
component (4ba7530). Hooks inside were failing duringhotReplacementRender
(react-spring case) - regression in hidden components reconcilation (3f8efc4), some
styled-components
were always remounted - update react-fresh babel plugin (2fafd44), fixes #1268, based on React.Fresh PR