"You appear to have multiple instances of Solid. This can lead to unexpected behavior."
Im using react with tanstack start. what could be the reason for this error
2 Replies
eastern-cyan•3mo ago
do you have devtools installed? or router/query devtools? tanstack devtools use solidjs so it's likely an issue with devtools or how you have it set up
https://discord.com/channels/719702312431386674/1404773234393747497
stormy-goldOP•3mo ago
Yes. i have devtools installed.
i have it in the __root.tsx
<TanstackDevtools
config={{ position: "bottom-left" }}
plugins={[{ name: "Tanstack Router", render: <TanStackRouterDevtoolsPanel /> }]}
/>