feat: switch to signal inputs #266
Annotations
7 errors and 2 warnings
build:
projects/ngneat/helipopper/src/lib/tippy.directive.ts#L55
The inferred type of 'offset' cannot be named without a reference to 'tippy.js/node_modules/@popperjs/core'. This is likely not portable. A type annotation is necessary.
|
build:
projects/ngneat/helipopper/src/lib/tippy.directive.ts#L56
The inferred type of 'placement' cannot be named without a reference to 'tippy.js/node_modules/@popperjs/core'. This is likely not portable. A type annotation is necessary.
|
build:
projects/ngneat/helipopper/src/lib/tippy.directive.ts#L57
The inferred type of 'popperOptions' cannot be named without a reference to 'tippy.js/node_modules/@popperjs/core'. This is likely not portable. A type annotation is necessary.
|
build
Process completed with exit code 1.
|
test
Type 'InputSignal<Placement>' is not assignable to type 'Placement'.
|
test
Conversion of type 'string' to type 'InputSignal<Placement>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
test
Process completed with exit code 1.
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|