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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
Running tsc on a project importing from @ngneat/helipopper@~8.0.0 produces:
node_modules/@ngneat/helipopper/lib/tippy.types.d.ts:1:33 - error TS2307: Cannot find module 'tippy.js' or its corresponding type declarations.
1 import { Instance, Props } from 'tippy.js';
Expected behavior
tsc transpiles without error, as it did in 7.1.1.
Minimal reproduction of the problem with instructions
Run tsc with default skipLibCheck: false on a project importing from @ngneat/helipopper@~8.0.0.
What is the motivation / use case for changing the behavior?
Hi, @shaharkazaz: No, we don't use --legacy-peer-deps or --force on our project. @ngneat/[email protected] transpiled without error.
It looks like we now have to manually add tippy.js as a direct dependency of our project, as we do for Helipopper's previous peer dependency, @ngneat/overview, as documented in the README.md.
I'm submitting a...
Current behavior
Running
tsc
on a project importing from@ngneat/helipopper@~8.0.0
produces:Expected behavior
tsc
transpiles without error, as it did in 7.1.1.Minimal reproduction of the problem with instructions
Run
tsc
with defaultskipLibCheck: false
on a project importing from@ngneat/helipopper@~8.0.0
.What is the motivation / use case for changing the behavior?
Project should transpile without error.
Environment
The text was updated successfully, but these errors were encountered: