react-viewer icon indicating copy to clipboard operation
react-viewer copied to clipboard

Getting reference Error : document is not defined

Open rishabh-arch opened this issue 2 years ago • 1 comments

It works until I reload the page In NextJS

rishabh-arch avatar Apr 21 '23 05:04 rishabh-arch

try this

import dynamic from 'next/dynamic' const Viewer = dynamic( () => import('react-viewer'), { ssr: false } )

https://github.com/infeng/react-viewer/issues/104#issuecomment-701316201

anilpaudel avatar Apr 21 '23 14:04 anilpaudel