notrapha
Results
2
comments of
notrapha
I had the same issue, editor was not working well with `dynamic`. I solved it with: https://stackoverflow.com/questions/77020572/correct-way-to-use-forwardref-and-next-dynamic-in-next-js-13-4-for-react-email ``` const emailEditorRef = useRef(null) const onReady: EmailEditorProps['onReady'] = (editor) => { emailEditorRef.current...
I also get this "502" error, but it seems to work anyway. Do you know how to remove this console error?