I was building website with vite + react
However, when trying to compile the production build, I run in the following error:
error during build:
RangeError: Maximum call stack size exceeded
at String.substring ()
at replaceClose
-
This error means you have an infinite loop of calling functions.technophyle– technophyle2023-08-21 16:55:27 +00:00Commented Aug 21, 2023 at 16:55
Add a comment
|