code-forge-io / code-forge-io/react-router-devtools
Identifier '__vite__injectQuery' has already been declared error
- Ngôn ngữ chính
- TypeScript
- Star
- 972
- Fork
- 55
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.