renderjson icon indicating copy to clipboard operation
renderjson copied to clipboard

Cannot use it in NextJS

Open enricovittorini opened this issue 9 months ago • 0 comments

I have installed renderjson (npm i renderjson), and I have imported it

import renderjson from 'renderjson';

when using in my code:

const jsonElement = renderjson(myjson);

i have the following error:

react-dom.development.js:9126 Uncaught ReferenceError: renderjson is not defined

enricovittorini avatar May 03 '24 08:05 enricovittorini