atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
12.03k stars 520 forks source link

tippy is breaking angular build which didnt break before #917

Closed AsafEini closed 3 years ago

AsafEini commented 3 years ago

seems like the tipy.js library is breaking my app which havent been before. i have attached a screen shot of the error. image (1)

err in text:

2 import type { Placement, Boundary, RootBoundary, Context } from “../enums”; ~ node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts:2:65 - error TS1005: ‘;’ expected. 2 import type { Placement, Boundary, RootBoundary, Context } from “../enums”;


node_modules/@popperjs/core/lib/createPopper.d.ts:1:13 - error TS1005: ‘=’ expected.
1 import type { OptionsGeneric, Modifier, Instance, VirtualElement } from “./types”;
              ~
node_modules/@popperjs/core/lib/createPopper.d.ts:1:73 - error TS1005: ‘;’ expected.
1 import type { OptionsGeneric, Modifier, Instance, VirtualElement } from “./types”;

what might be the issue?
atomiks commented 3 years ago

Popper updated its TypeScript converter build, you need to update all of your TypeScript related dependencies. This includes type testing, eslint, etc.