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
Finally add any additional configuration you desire to the `TanstackDevtools` component, more information can be found under the [TanStack Devtools Configuration](https://tanstack.com/devtools/) section.
76
+
Finally add any additional configuration you desire to the `TanstackDevtools` component, more information can be found under the [TanStack Devtools Configuration](../../configuration.md) section.
77
77
78
-
A complete working example can be found in our [examples section](https://tanstack.com/devtools/latest/docs/framework/react/examples).
78
+
A complete working example can be found in our [basic example](https://tanstack.com/devtools/latest/docs/framework/react/examples).
Copy file name to clipboardExpand all lines: docs/framework/react/guides/custom-plugins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ export function DevtoolPanel() {
134
134
135
135
## Application Integration
136
136
137
-
This step follows what's shown in [../basic-setup] for a more documented guide go check it out. As well as the complete [custom-devtools example](https://tanstack.com/devtools/latest/docs/framework/react/examples/custom-devtools) in our examples section.
137
+
This step follows what's shown in [basic-setup](../basic-setup.md) for a more documented guide go check it out. As well as the complete [custom-devtools example](https://tanstack.com/devtools/latest/docs/framework/react/examples/custom-devtools) in our examples section.
0 commit comments