Closed stephenscaff closed 1 year ago
This PR address 2 issues that popped up with latest Next and server/client side components.
Warning Extra attributes from server: style
Had to refactor how showSystemCursor prop applies it's cursor: none to body, moving logic inside a side effect.
showSystemCursor
cursor: none
Device Check is failing
Previous utility for detecting device via user agent was failing. Had to move logic into a hook.
Features
This PR address 2 issues that popped up with latest Next and server/client side components.
Warning Extra attributes from server: style
Had to refactor how
showSystemCursor
prop applies it'scursor: none
to body, moving logic inside a side effect.Device Check is failing
Previous utility for detecting device via user agent was failing. Had to move logic into a hook.