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
When using this package, we are getting an odd typescript error after transpilation. tsc completes successfully, but the "output" .d.ts files this error:
Namespace "yup" has no exported member 'default' in output
I believe this might have something to do with this package importing an old version of "@types/yup": "^0.29.13",. It seems like the most recent version of yup is actually written in typescript (or at least provides it's own types), so this shouldn't be necessary.
The text was updated successfully, but these errors were encountered:
When using this package, we are getting an odd typescript error after transpilation.
tsc
completes successfully, but the "output".d.ts
files this error:I believe this might have something to do with this package importing an old version of
"@types/yup": "^0.29.13",
. It seems like the most recent version of yup is actually written in typescript (or at least provides it's own types), so this shouldn't be necessary.The text was updated successfully, but these errors were encountered: