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
The "types" export in the package.json of the following three features is referencing a non-existent definition file.
component-loader
focus-trap
mini-ngrx
I assume this happened exclusively to these three due to the dash in their path.
Side-effect that prompted the issue investigation: The wrong definition file references cause validation issue with Eslint rule import/no-unresolved that relies on correct export references
Versions of ngx-bootstrap, Angular, and Bootstrap:
Bug description:
The "types" export in the package.json of the following three features is referencing a non-existent definition file.
I assume this happened exclusively to these three due to the dash in their path.
Side-effect that prompted the issue investigation: The wrong definition file references cause validation issue with Eslint rule import/no-unresolved that relies on correct export references
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 12.0.0
Angular: 17.2.1
Bootstrap: 5.3.2
The text was updated successfully, but these errors were encountered: