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
Also, be aware that indexer types with properties are never really type safe. Your type says any property has the type unknown, so you can assign any type to any property, including status and version.
Bug Report
π Search Terms
omit type checker
π Version & Regression Information
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
TS playground is not complaining about the two issues at the bottom.
cancelled
should becanceled
andversion
should only accept numbers, not strings.π Expected behavior
TS playground should report about the two issues. In case of the cancelled<->canceled issue we're really relying on TS to catch these easy mistakes.
The text was updated successfully, but these errors were encountered: