react-viewer
react-viewer copied to clipboard
Getting reference Error : document is not defined
It works until I reload the page In NextJS
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