Bump @openmrs/esm-framework from 5.0.3-pre.898 to 5.8.2-pre.2411 #521
Annotations
10 errors
Run lint, type checks and tests
Type '{ getInitialState(): ConfigStore; getState(): ConfigStore | { loaded: false; config: any; }; setState(partial: ConfigStore | Partial<ConfigStore> | ((state: ConfigStore) => ConfigStore | Partial<...>), replace?: boolean): void; subscribe(listener: (state: Omit<...>, prevState: Omit<...>) => void): () => void; destro...' is not assignable to type 'StoreApi<Omit<ConfigStore, "translationOverridesLoaded">>'.
|
Run lint, type checks and tests
Argument of type 'import("/home/runner/work/openmrs-esm-patient-grid-app/openmrs-esm-patient-grid-app/node_modules/zustand/vanilla").StoreApi<OpenmrsAppContext>' is not assignable to parameter of type 'import("/home/runner/work/openmrs-esm-patient-grid-app/openmrs-esm-patient-grid-app/node_modules/@openmrs/esm-state/node_modules/zustand/vanilla").StoreApi<OpenmrsAppContext>'.
|
Run lint, type checks and tests
Property 'hasOwn' does not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
Run lint, type checks and tests
Property 'isLoading' does not exist on type 'SWRResponse<FetchResponse<{ results: AttachmentResponse[]; }>, any>'.
|
Run lint, type checks and tests
Property 'isLoading' is missing in type '{ error?: any; mutate: KeyedMutator<FetchResponse<R>[]>; isValidating: boolean; data: T[]; totalCount: number; hasMore: boolean; loadMore: () => void; }' but required in type 'UseServerInfiniteReturnObject<T, R>'.
|
Run lint, type checks and tests
Property 'isLoading' does not exist on type 'SWRResponse<FetchResponse<PrimaryIdentifierResponse>, Error>'.
|
Run lint, type checks and tests
Argument of type 'import("/home/runner/work/openmrs-esm-patient-grid-app/openmrs-esm-patient-grid-app/node_modules/zustand/vanilla").StoreApi<T>' is not assignable to parameter of type 'import("/home/runner/work/openmrs-esm-patient-grid-app/openmrs-esm-patient-grid-app/node_modules/@openmrs/esm-state/node_modules/zustand/vanilla").StoreApi<T>'.
|
Run lint, type checks and tests
Property 'isLoading' does not exist on type 'SWRResponse<FetchResponse<LocationResponse>, any>'.
|
Run lint, type checks and tests
Property 'isLoading' does not exist on type 'SWRInfiniteResponse<FetchResponse<LocationResponse>, Error>'.
|
Run lint, type checks and tests
Property 'isLoading' does not exist on type 'SWRResponse<{ data: Patient; }, any>'.
|
Loading