Hidden

Results 8 comments of Hidden

I have the same problem. Clean system.

@thecoder066 Do it right here https://github.com/frappe/bench/issues/1240#issuecomment-1000982450

The solution to the problem is: `import * as Modal from 'react-modal';`

Check out [my comment](https://github.com/zenoamaro/react-quill/issues/919#issuecomment-1801694267) with a native solution for next.js

Confirm. There is a problem, I have just encountered it.

The component should be called like this: ```tsx import dynamic from 'next/dynamic' const DynamicQuill = dynamic(() => import('react-quill'), { ssr: false }) ``` And already in the code itself: ``

Точно такая же ошибка. Что на 5.101, что на 5.131

The same mistake. SVGs are rendered normally, but PNGs give an error. next.js 16.0.1, page router UPD: It works fine in version 15.5.6