simple-code-editor
simple-code-editor copied to clipboard
nuxt 3 error import
If import simple-code-editor, throw error: Cannot read properties of undefined (reading 'disabled')
Help me pls
It's likely you're Nuxt app is attempting to render the component on the server with SSR. Wrap the component in <ClientOnly>.