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
Describe the bug
Error: node_modules/@appbaseio/searchbase/dist/@appbaseio/Base.d.ts:15:5 - error TS2339: Property 'libAlias' does not exist on type 'BaseConfig'.
libAlias,
~~~~~~~~
Error: node_modules/@appbaseio/searchbase/dist/@appbaseio/index.d.ts:1:24 - error TS2691: An import path cannot end with a '.d.ts' extension. Consider importing './types.js' instead.
1 import * as types from './types.d.ts';
To Reproduce
Steps to reproduce the behavior:
Angular 15 used
@angular/searchbase installed with npm
Search component added to my component and build
See error
Expected behavior
How do i fix this ?
The text was updated successfully, but these errors were encountered:
Describe the bug
Error: node_modules/@appbaseio/searchbase/dist/@appbaseio/Base.d.ts:15:5 - error TS2339: Property 'libAlias' does not exist on type 'BaseConfig'.
libAlias,
~~~~~~~~
Error: node_modules/@appbaseio/searchbase/dist/@appbaseio/index.d.ts:1:24 - error TS2691: An import path cannot end with a '.d.ts' extension. Consider importing './types.js' instead.
1 import * as types from './types.d.ts';
To Reproduce
Steps to reproduce the behavior:
Expected behavior
How do i fix this ?
The text was updated successfully, but these errors were encountered: