Getting Uncaught RangeError: Maximum call stack size exceeded in GWT 2.9 post compilation

253 views Asked by At

I am getting Uncaught RangeError: Maximum call stack size exceeded post compilation with GWT 2.9.

enter image description here

After compiling with prettify flag during GWT compilation, I am able to see the transpiled JS code causing it. However, Boolean.valueOf is an in-built Java method.

enter image description here

I can see a never-ending recursive call happening here.

0

There are 0 answers