This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
Endless recursion in getTypeName()
#66
Labels
getTypeName()
#66
This happens when an object contains a getter that calls another function, passing the original object as a parameter.
For example, the following code will make TypeWiz throw a
RangeError
at runtime:Found while working on immerjs/immer#128
The text was updated successfully, but these errors were encountered: