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
Asked
Active
Viewed 15 times
0

ETHIO CODE
- 151
- 1
- 3
-
This error means you have an infinite loop of calling functions. – technophyle Aug 21 '23 at 16:55