Cannot find module 'atropos/react' or its corresponding type declarations.
IraSkyx opened this issue · 0 comments
IraSkyx commented
Check that this is really a bug
- I confirm
Reproduction link
https://stackblitz.com/edit/stackblitz-starters-rkcnac?file=pages%2Findex.tsx
Bug description
v2.0 seems to have introduced a bug regarding types exports, most likely this commit.
Expected Behavior
No error
Actual Behavior
Importing Atropos results in Cannot find module 'atropos/react' or its corresponding type declarations.
even though the component works fine.
Atropos version
2.0
Platform/Target and Browser Versions
n/a
Validations
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Make sure this is a Atropos issue and not a framework-specific issue
Would you like to open a PR for this bug?
- I'm willing to open a PR