Closed arslansajid closed 8 months ago
After migrating from v1 to v2, I am facing the error: RangeError: Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
The typecheck should pass and there should not be an error related to RangeError: Maximum call stack size exceeded
Very hard to debug as the problem could be anywhere.
Looks like the crash issue is caused by Typescript and the bug is not in Formik, hence closing this bug ticket.
TS bug reported here: https://github.com/microsoft/TypeScript/issues/57786
Bug report
After migrating from v1 to v2, I am facing the error:
RangeError: Maximum call stack size exceeded
Current Behavior
Expected behavior
The typecheck should pass and there should not be an error related to RangeError: Maximum call stack size exceeded
Additional context
Very hard to debug as the problem could be anywhere.
Your environment