All release notes

v1.19.2

1 fix

Load iOS haptics polyfill on client-side only

  • The ios-vibrator-pro-max polyfill was crashing on server because
  • navigator is not defined in Node.js. Moved to dynamic client-side
  • import to avoid SSR issues.