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 the 7.2.0 version, TypeScript complains about type declarations:
error TS7016: Could not find a declaration file for module 'react-flip-toolkit'. '<..>/react-flip-toolkit/lib/index.modern.mjs' implicitly has an 'any' type.
There are types at '<..>/react-flip-toolkit/lib/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'react-flip-toolkit' library may need to update its package.json or typings.
The error isn't there on the 7.1.0 version, as the issue was introduced in the commit cc17142.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the amazing package!
When using the 7.2.0 version, TypeScript complains about type declarations:
The error isn't there on the 7.1.0 version, as the issue was introduced in the commit cc17142.
The text was updated successfully, but these errors were encountered: