react-splide
react-splide copied to clipboard
missing declaration file
Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to React Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
0.7.12
Description
I tried to use the lib in my react project but its missing the types declaration file
Reproduction Link
.
Steps to Reproduce
.
Expected Behaviour
.
I'm having the same issue
I created a PR to fix this bug, but the lib's owner hasn't approved it yet https://github.com/Splidejs/react-splide/pull/73
Será que vai dar boa dele liberar?
I have also this problem
Could not find a declaration file for module '@splidejs/react-splide'. '/Users/volodimirmoroz/project/saas-landing/node_modules/@splidejs/react-splide/dist/js/react-splide.esm.js' implicitly has an 'any' type.
Same problem =(
I created a PR to fix this bug, but the lib's owner hasn't approved it yet #73
Thanks! I'm facing the same issue right now :/
Cross-Issued on plain "splide" repo: https://github.com/Splidejs/splide/issues/1179
Once the developer is not updating this package anymore, I forked it and fixed the issue exporting the types that are not being exported. https://github.com/patrickn2/react-splide
@patrickn2, thanks this means a lot to everyone.