Skip to content

Commit 50e8ee3

Browse files
committed
Remove indent from inside backticks
1 parent 696043a commit 50e8ee3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

node_package/src/StoreRegistry.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ export default {
4040

4141
if (storeKeys.length === 0) {
4242
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.`;
4848
throw new Error(msg);
4949
}
5050

0 commit comments

Comments
 (0)