alexkatz / react-tiny-popover

A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.
MIT License
452 stars 121 forks source link

DOMRect is not defined #198

Closed marcelo-mason closed 1 year ago

marcelo-mason commented 1 year ago

Getting this error w/ v8.0.0 on Nextjs

⨯ node_modules/react-tiny-popover/dist/util.js (4:18) @ eval ⨯ ReferenceError: DOMRect is not defined

alexkatz commented 1 year ago

Yeah, realized SSR is broken. Pushing a fix for this shortly, hang tight.

alexkatz commented 1 year ago

8.0.2 has been released and has resolved all SSR issues!