Skip to content

Refresh of the Fresh

Compare
Choose a tag to compare
@theKashey theKashey released this 15 Jun 13:21
· 210 commits to master since this release

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 during hotReplacementRender(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