code-forge-io / code-forge-io/react-router-devtools
Identifier '__vite__injectQuery' has already been declared error
- Lenguaje dominante
- TypeScript
- Estrellas
- 972
- Forks
- 55
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.