You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oops! Something went wrong! :(
ESLint: 8.56.0
RangeError: Maximum call stack size exceeded
Occurred while linting .../src/index.ts:1
Rule: "functional/prefer-immutable-types"
at TypeObject.hasOwn (<anonymous>)
at Function.hasOwn (<anonymous>)
at isTypeNode (.../is-immutable-type/dist/index.cjs:287:19)
at .../is-immutable-type/dist/index.cjs:246:30
at Array.map (<anonymous>)
at typeArgumentsToString (.../is-immutable-type/dist/index.cjs:245:47)
at TypeName.getNameWithArguments (.../is-immutable-type/dist/index.cjs:171:54)
at .../is-immutable-type/dist/index.cjs:253:26
at Array.map (<anonymous>)
at typeArgumentsToString (.../node_modules/is-immutable-type/dist/index.cjs:245:47)
While it doesn't crash with a single-depth array number[]
Causes the rule to crash:
While it doesn't crash with a single-depth array
number[]
The text was updated successfully, but these errors were encountered: