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
Typescript warning that string schema is not assignable to number schema
This seems to work as a fix, I would create a PR but I couldn't get the test to work correctly, it still said Expected an error even though after the change TypeScript warned about it
The text was updated successfully, but these errors were encountered:
Support plan
Context
What are you trying to achieve or the steps to reproduce?
What was the result you got?
No warning despite id being string
What result did you expect?
Typescript warning that string schema is not assignable to number schema
This seems to work as a fix, I would create a PR but I couldn't get the test to work correctly, it still said
Expected an error
even though after the change TypeScript warned about itThe text was updated successfully, but these errors were encountered: