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
{{ message }}
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Seeing the following error when I use VS Code with the latest 'example-angular' repo code. Tried both the code as-is from repo. And creating an empty angular project and following the readme doc instructions. Upgraded to Angular 14 core/cli ... still getting the same error.
Error: ../node_modules/@passageidentity/passage-elements/dist/package/index.d.ts:8:11 - error TS2430: Interface 'PassageElement' incorrectly extends interface 'HTMLElement'.
Types of property 'lang' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.