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 made a PR that fixes this (#10 ). Basically, prop?: number is seen as a union of number and undefined, but undefined (type flag 32768) wasn't recognized by this lib.
It erros on optional properties
// Error: Failed to generate a codec
The text was updated successfully, but these errors were encountered: