Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks output typescript types #808

Open
ChuckJonas opened this issue Nov 17, 2022 · 0 comments
Open

Breaks output typescript types #808

ChuckJonas opened this issue Nov 17, 2022 · 0 comments

Comments

@ChuckJonas
Copy link

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.

@ChuckJonas ChuckJonas changed the title Breaks types Breaks output typescript types Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant