Export createExternalRouteRef and set id
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Co-authored-by: blam<ben@blam.sh> Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -248,7 +248,7 @@ might be linking to, allowing the app to decide the final target. If the
|
||||
declare an `ExternalRouteRef` similar to this:
|
||||
|
||||
```ts
|
||||
const headerLinkRouteRef = createExternalRouteRef();
|
||||
const headerLinkRouteRef = createExternalRouteRef({ id: 'header-link' });
|
||||
```
|
||||
|
||||
### Binding External Routes in the App
|
||||
|
||||
Reference in New Issue
Block a user