We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbd5f6 commit a4f93c2Copy full SHA for a4f93c2
core/server-side-rendering.md
@@ -218,10 +218,8 @@ import { createHook } from "overmind-react";
218
export const config = {
219
state: {},
220
actions: {
221
- add: {
222
- changePage({ state }, mutations) {
223
- rehydrate(state, mutations || []);
224
- },
+ changePage({ state }, mutations) {
+ rehydrate(state, mutations || []);
225
},
226
227
};
0 commit comments