File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ export default {
40
40
41
41
if ( storeKeys . length === 0 ) {
42
42
const msg =
43
- `There are no stores hydrated and you are requesting the store ${ name } .
44
- This can happen if you are server rendering and either:
45
- 1) You do not call redux_store near the top of your controller action's
46
- view (not the layout) and before any call to react_component
47
- 2) You do not render redux_store_hydration_data anywhere on your page`;
43
+ `There are no stores hydrated and you are requesting the store ${ name } .
44
+ This can happen if you are server rendering and either:
45
+ 1. You do not call redux_store near the top of your controller action's view (not the layout)
46
+ and before any call to react_component.
47
+ 2. You do not render redux_store_hydration_data anywhere on your page. `;
48
48
throw new Error ( msg ) ;
49
49
}
50
50
You can’t perform that action at this time.
0 commit comments