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: docs/Breadcrumb.md
+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
@@ -627,7 +627,7 @@ const PostEdit = () => (
627
627
);
628
628
```
629
629
630
-
**Tip**: If your `<Edit>` component has a `meta` parameter but manually calls [`useDefineAppLocation`](#usedefineapplocation) and provides it with the record, you don't need to set the `meta` prop on the `<Breadcrumb.EditItem>` as it will read the record from the `AppLocationContext`:
630
+
**Tip**: If your `<Edit>` component has a `meta` parameter but manually calls [`useDefineAppLocation`](./useDefineAppLocation.md) and provides it with the record, you don't need to set the `meta` prop on the `<Breadcrumb.EditItem>` as it will read the record from the `AppLocationContext`:
631
631
632
632
```tsx
633
633
const MyBreadcrumb = () => (
@@ -681,7 +681,7 @@ const PostShow = () => (
681
681
);
682
682
```
683
683
684
-
**Tip**: If your `<Show>` component has a `meta` parameter but manually calls [`useDefineAppLocation`](#usedefineapplocation) and provides it with the record, you don't need to set the `meta` prop on the `<Breadcrumb.ShowItem>` as it will read the record from the `AppLocationContext`:
684
+
**Tip**: If your `<Show>` component has a `meta` parameter but manually calls [`useDefineAppLocation`](./useDefineAppLocation.md) and provides it with the record, you don't need to set the `meta` prop on the `<Breadcrumb.ShowItem>` as it will read the record from the `AppLocationContext`:
0 commit comments