feat: replace redux with redux-toolkit #1546
Annotations
9 errors and 2 warnings
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
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test:
samples/poc-subapp-redux/test/server/server.spec.js#L8
Unexpected function expression
|
Loading