Skip to content

Commit

Permalink
fix: response arg
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Feb 19, 2024
1 parent ddf0dff commit b9dfea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-redux/src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Provider} from 'react-redux';

export const hooks = {
'@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'},
),
};

0 comments on commit b9dfea1

Please sign in to comment.