Mohamed Hamouch

Results 1 comments of Mohamed Hamouch

I had the same issue. as a temporary fix you can assign `react/jsx-runtime.js` to `preact/jsx-runtime` in your `next.config.js` file. ```javascript // next.config.js webpack: (config, options) => { if (!options.dev &&...