Skip to content

Commit b301327

Browse files
committed
chore: remove config from example
1 parent d5cabd5 commit b301327

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/react/basic/src/setup.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,10 @@ const routeTree = rootRoute.addChildren([indexRoute, aboutRoute])
5555
const router = createRouter({
5656
routeTree,
5757
})
58-
5958
export default function DevtoolsExample() {
6059
return (
6160
<>
6261
<TanStackDevtools
63-
eventBusConfig={{
64-
connectToServerBus: true,
65-
}}
6662
config={{ sourceAction: 'copy-path' }}
6763
plugins={[
6864
{

0 commit comments

Comments
 (0)