Skip to content

Commit

Permalink
Add note about /scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova authored Jan 26, 2024
1 parent 5bb7c04 commit ad6b7d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/react/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Example:
// No scope
import { Route, createRoutesView } from 'atomic-router-react';

// Scoped imports (correct for SSR)
// Scoped imports (correct for effector < 23 and atomic-router-react < 0.9)
// On newer versions you can safely use `atomic-router-react` without `/scope` in the SSR or SPA
import { Route, createRoutesView } from 'atomic-router-react/scope';
```

0 comments on commit ad6b7d2

Please sign in to comment.