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
I'm getting "Type instantiation is excessively deep and possibly infinite" error when calling drop.
This error is only present when tsconfig has strict set to false.
Changing the type signature of the drop function will also remove the error e.g.
I'm getting "Type instantiation is excessively deep and possibly infinite" error when calling drop.
This error is only present when tsconfig has
strict
set to false.Changing the type signature of the drop function will also remove the error e.g.
reproduction: https://codesandbox.io/p/sandbox/msw-data-type-issue-6d29pf
dependencies:
The text was updated successfully, but these errors were encountered: