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 5bb7c04 commit ad6b7d2Copy full SHA for ad6b7d2
docs/react/scope.md
@@ -8,6 +8,7 @@ Example:
8
// No scope
9
import { Route, createRoutesView } from 'atomic-router-react';
10
11
-// Scoped imports (correct for SSR)
+// Scoped imports (correct for effector < 23 and atomic-router-react < 0.9)
12
+// On newer versions you can safely use `atomic-router-react` without `/scope` in the SSR or SPA
13
import { Route, createRoutesView } from 'atomic-router-react/scope';
14
```
0 commit comments