We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a solid start project together with solid-devtools setup here: https://github.com/nikitavoloboev/try/tree/main/solid
I followed instructions here: https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#getting-started
But even after following them the extension is not detecting solid for me for some reason:
Not sure if I missed anything perhaps. My vite config looks like
import solid from "solid-start/vite" import { defineConfig } from "vite" import devtools from "solid-devtools/vite" export default defineConfig({ plugins: [ devtools({ autoname: true, locator: { targetIDE: "vscode-insiders", componentLocation: true, jsxLocation: true, }, }), solid(), ], })
The text was updated successfully, but these errors were encountered:
same thing, not detected for solid start.
Update: it works now. I restarted the dev server and reload the webpage. But it doesn't show any data.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have a solid start project together with solid-devtools setup here: https://github.com/nikitavoloboev/try/tree/main/solid
I followed instructions here: https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#getting-started
But even after following them the extension is not detecting solid for me for some reason:
Not sure if I missed anything perhaps. My vite config looks like
The text was updated successfully, but these errors were encountered: