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 have added some // type-coverage:ignore-next-line comments in places where there is a force cast from a raw type to a specific type. This is OK at the moment since the inputs are known but is not very safe. We should probably use some sort of validation library like io-ts to avoid the force casting.
The text was updated successfully, but these errors were encountered:
I have added some
// type-coverage:ignore-next-line
comments in places where there is a force cast from a raw type to a specific type. This is OK at the moment since the inputs are known but is not very safe. We should probably use some sort of validation library like io-ts to avoid the force casting.The text was updated successfully, but these errors were encountered: