Mohamed Gad
Mohamed Gad
When I removed the Dynamic import the app did build successfully
Great, I will try it.
@balazsorban44 I have another page that imports [https://github.com/editor-js](https://github.com/editor-js) lazily. I still have the same error on that page even when I remove the `.then(module => module.default)`. Please let me know...
I solved the problem, It turned out that I was having an `async` function component and a `use client` as well in the same file. Currently, the app I am...
@jescalan Regarding the maximum heap exception. It happens randomly so I am not sure if I can provide a minimal reproduction. I think it also happens only in the dev...
hmm. I can share a repo that contains most of the source code. It is a side project so I will make the repo private and may give you access...
@jescalan Below is the error that I face constantly during development. The problem is it is totally random and stops the dev server. ``` [6440:00000278731755F0] 1421315 ms: Scavenge (reduce) 2015.3...
I have Node 18 ``` $ node --version v18.12.1 ```
@balazsorban44 Can you please address this issue? It causes a lot of errors in my Google Search Console. (`SEO Related Errors`).
Sure, when I manage t get a reproduction of the memory bug, I will share the repo with you. Thank you