-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Not showing anything #303
Comments
I cloned your repo and the devtools works on my end, so I think the issue is that you need to update the solid-devtools chrome extension to the latest version As you probably already know, to use the Solid debugger, in devtools, there's a dedicated tab "Solid" that you click which opens the debugger tool. |
I just tried downgrading to 0.30.0 and the issue still the same. Also, I don't know how you get Solid into the Chrome Devtools tab list, but mine doesn't have that. I'm assuming you can see my screenshots in my previous comments. ba640f28-f9de-4349-8ee5-f6d4df02a997.mp4 |
Also, both my devices has the latest Chrome version, 124.0 |
Already did, there's no option in the menu. I assume the menu is for built-in tabs/tools only. |
Sometimes it’s necessary to open the site in a new tab, for the extension to load. |
Well, I have tried many times in many tabs, even across multiple Chrome channels 😵💫 |
@thetarnav, do you have any suggestion for me to debug the issue? Like, specific files to check and confirm that it works or something. I would like to find the root cause however no idea where to start |
I have same problem |
I upgraded Chrome to version 126 and the problem disappeared |
Upgrading 126 or any other versions doesn't help in my case 🥲 |
Just tried to run it and it worked first try. Even without updating dependencies (version 0.31 is now latest) The first screenshot here is interesting. The detector couldn't detect solid but the "solid-devtools is in early development" message means that the content script connected to the debugger setup package. |
I just created a new project with
npx degit solidjs/templates/ts kir
and enabled DevTools as explained in the installation instructions. However, I'm not seeing anything related to DevTools on the landing page or Chrome DevTools, except a log. When I click on the extension icon, it doesn't show a popup window. The icon just gets highlighted.I have tried on my Mac and Windows, both has the same issue
Here's the repo https://github.com/seahindeniz/solidjs-dev-tools-issue
The text was updated successfully, but these errors were encountered: