code-forge-io / code-forge-io/react-router-devtools
Identifier '__vite__injectQuery' has already been declared error
- Lingua principale
- TypeScript
- Stelle
- 972
- Fork
- 55
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I got this error in browser console. Error is `Identifier '__vite__injectQuery' has already been declared` error.
These are steps I did,
Step 1 - Installed this - `npm install react-router-devtools -D`
Step 2 - Added to vite config file in first place - `reactRouterDevTools(),`
Step 3 - Add this tool with Tanstack devtool
```js
,
defaultOpen: true,
},
{
name: "TanStack Form",
render: ,
},
]}
eventBusConfig={{
connectToServerBus: true,
}}
/>
```
But I got that error. When I remove `` in TanStackDevtools code. My app work fine.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.