feat: replace redux with redux-toolkit #1546
Annotations
10 errors and 1 warning
|
Test
Property 'createStore' does not exist on type 'Partial<ReduxFeature>'.
|
Test
Property 'createStore' does not exist on type 'Partial<ReduxFeature>'.
|
Test
Property 'createStore' does not exist on type 'Partial<ReduxFeature>'.
|
Test
Argument of type '{ reducers: boolean; decorators: { decorate: (reduxFeat: any, reduxDecoratorParam: any) => { store: string; }; }[]; React: typeof React; prepare: (initialState: any) => Promise<{ initialState: string; }>; }' is not assignable to parameter of type 'ReduxFeatureOptions'.
|
Test
Property 'createStore' does not exist on type 'Partial<ReduxFeature>'.
|
Test
Property 'createStore' does not exist on type 'Partial<ReduxFeature>'.
|
Test
Property 'createStore' does not exist on type 'Partial<ReduxFeature>'.
|
Test
Argument of type '{ reducers: boolean; decorators: { decorate: (reduxFeat: any, reduxDecoratorParam: any) => { store: string; }; }[]; React: typeof React; prepare: (initialState: any) => Promise<{ initialState: string; }>; }' is not assignable to parameter of type 'ReduxFeatureOptions'.
|
Test
The operation was canceled.
|
Test:
samples/poc-subapp-redux/test/server/server.spec.js#L8
Unexpected function expression
|
Loading