cotton123236 / zoomist

Zoomist is a library built with TypeScript that allows you to create zoom elements on website quickly and easily.
https://zoomist.vercel.app/
MIT License
104 stars 23 forks source link

Unable to resolve path to module 'zoomist/css'. #42

Open milorava opened 6 months ago

milorava commented 6 months ago

Having the issue with css - import 'zoomist/css'; The above results with: Cannot find module 'zoomist/css' from 'src/components/organisms/Component1.tsx'.

If I disable the error it works in storybook, but jest tests fail. Any idea?

milorava commented 6 months ago

For jest used the https://www.npmjs.com/package/jest-css-modules which sorted the issue. Linter still complains about import 'zoomist/css'; - Unable to resolve path to module 'zoomist/css'., but it does work.