You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/routes/docs/(qwikcity)/re-exporting-loaders/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import CodeSandbox, {CodeFile} from '../../../../components/code-sandbox/index.t
14
14
`routeAction$` and `routeLoader$` are typically declared in route boundary files such as layout.tsx, index.tsx and plugin.tsx inside the routesDir directory
15
15
[here is docs](https://qwik.dev/docs/route-loader/).
16
16
17
-
Sometimes you would like to declared them outside of the route boundaries.
17
+
Sometimes you would like to declare them outside of the route boundaries.
18
18
This may be useful when you want to create reusable logic or a library.
19
19
In such a case, it is essential that this function is re-exported from within the router boundary otherwise it will not run or throw exception.
20
20
@@ -96,7 +96,7 @@ Here, if this library needs `routeAction$` or `routeLoader$` we must re-export t
0 commit comments