react-json-view
react-json-view copied to clipboard
no document error on page refresh
i am facing an issue when I reload the page,getting no document error,kindly help
@usama-hassan-khan Please check the issue #296.
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.