mobxjs / mobx-react-lite

Lightweight React bindings for MobX based on React 16.8 and Hooks
https://mobx.js.org/react-integration.html
MIT License
2.13k stars 91 forks source link

useLayoutEffect Warning form mobx-react-lite #304

Closed Him-2C closed 4 years ago

Him-2C commented 4 years ago

image

Intended outcome

useLayoutEffect warning form mobx-react-lite, please check. Becuz my project don't use it, it's come when I update package to 2.1.0

Versions

image

danielkcz commented 4 years ago

You have to enable SSR mode ... https://mobx-react.js.org/recipes-ssr

@mweststrate Should be probably mentioned in V6 docs

Him-2C commented 4 years ago

work! thx!