Muhammet Emin Akalan
Muhammet Emin Akalan
I'm having the same problem on Arch Linux. **My solution;** Upgrade puppeteer version from `^1.20.0` to `^17.1.2` in package.json file. Then download the dependencies with `npm install`.
You're welcome ๐๏ธ
sorry for the delay. Yes you found the correct `package.json` file. After increasing the puppeter version number, don't forget to download the dependencies with `npm install`.
Unfortunately I couldn't find a solution for this problem. ๐๏ธ My own solution is **not using images** in your markdown file ๐ ๏ธ
This solution is effective in preventing errors during SSR, but it isnโt an "elegant" approach. Dynamically loading the next-themes library can lead to undesired outcomes, such as a "snapshot of...
You might be experiencing this issue because Recharts is not yet compatible with React 19. If you have upgraded to React 19, you may need to wait for Recharts to...