pmndrs / its-fine

🐶🔥 A collection of escape hatches for React.
https://npmjs.com/its-fine
MIT License
1.05k stars 10 forks source link

fix: sidestep react-server warnings for layout effects #35

Closed CodyJasonBennett closed 7 months ago

CodyJasonBennett commented 7 months ago

Uses a client-only useLayoutEffect to sidestep react-server warnings, and works as usual in react-native.