react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

no document error on page refresh

Open usama-hassan-khan opened this issue 2 years ago • 2 comments

i am facing an issue when I reload the page,getting no document error,kindly help image

usama-hassan-khan avatar Oct 01 '22 18:10 usama-hassan-khan

@usama-hassan-khan Please check the issue #296.

JoeRandom avatar Oct 30 '22 09:10 JoeRandom

Quoting the response: For users using nextjs, you can use next/dynamic for this case

const DynamicReactJson = dynamic(import('react-json-view'), { ssr: false });
<DynamicReactJson src={yourData}

I think we can close this.

heypran avatar Mar 26 '23 10:03 heypran