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 42f86c2 commit cb4a646Copy full SHA for cb4a646
docs/router/framework/solid/guide/authenticated-routes.md
@@ -1,4 +1,9 @@
1
---
2
ref: docs/router/framework/react/guide/authenticated-routes.md
3
-replace: { 'react-router': 'solid-router' }
+replace:
4
+ {
5
+ 'react-router': 'solid-router',
6
+ 'auth.isAuthenticated': 'auth.isAuthenticated()',
7
+ 'react': 'solid',
8
+ }
9
0 commit comments