fix: response arg
This commit is contained in:
parent
ddf0dff6f6
commit
b9dfea12d5
2
packages/react-redux/src/client.js
vendored
2
packages/react-redux/src/client.js
vendored
|
@ -3,7 +3,7 @@ import {Provider} from 'react-redux';
|
||||||
|
|
||||||
export const hooks = {
|
export const hooks = {
|
||||||
'@flecks/react.providers': Flecks.priority(
|
'@flecks/react.providers': Flecks.priority(
|
||||||
async (req, flecks) => [Provider, {store: flecks.redux}],
|
async (req, res, flecks) => [Provider, {store: flecks.redux}],
|
||||||
{before: '@flecks/react/router/client'},
|
{before: '@flecks/react/router/client'},
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user