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
Type error: Could not find a declaration file for module '@splidejs/react-splide'. '/Users/aditya/Desktop/Office/react/b2b-web/node_modules/@splidejs/react-splide/dist/js/react-splide.esm.js' implicitly has an 'any' type.
There are types at '/Users/aditya/Desktop/Office/react/b2b-web/node_modules/@splidejs/react-splide/dist/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@splidejs/react-splide' library may need to update its package.json or typings.
Reproduction Link
No response
Steps to Reproduce
used in client components Next 14
Expected Behaviour
Work with nextjs 14 to build prod
The text was updated successfully, but these errors were encountered:
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
Checks
Version
0.7.12
Description
When i build next js 14
Type error: Could not find a declaration file for module '@splidejs/react-splide'. '/Users/aditya/Desktop/Office/react/b2b-web/node_modules/@splidejs/react-splide/dist/js/react-splide.esm.js' implicitly has an 'any' type.
There are types at '/Users/aditya/Desktop/Office/react/b2b-web/node_modules/@splidejs/react-splide/dist/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@splidejs/react-splide' library may need to update its package.json or typings.
Reproduction Link
No response
Steps to Reproduce
used in client components Next 14
Expected Behaviour
Work with nextjs 14 to build prod
The text was updated successfully, but these errors were encountered: