stephenscaff / react-animated-cursor

An animated custom cursor React component.
ISC License
273 stars 28 forks source link

Feature next integrations #61

Closed stephenscaff closed 6 months ago

stephenscaff commented 6 months ago

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's cursor: 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.