solid-devtools icon indicating copy to clipboard operation
solid-devtools copied to clipboard

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph

Results 62 solid-devtools issues
Sort by recently updated
recently updated
newest added

The repo: https://github.com/nikitavoloboev/kuskus I am not sure what I am doing wrong.

Add a button to inspect any HTML element value in normal chrome devtools tab. (by invoking `inspect(el)`) ![image](https://user-images.githubusercontent.com/24491503/201656248-9ed6f901-a045-4795-b6e8-bbb46e9b0ad1.png)

enhancement

The transform should include node_modules as well

enhancement
pr welcome

project created with `npx degit solidjs/templates/js my-app` Here is the code for `App.jsx` ``` import { createSignal } from 'solid-js'; const [input, setInput] = createSignal(1); function App() { return (...

enhancement
on hold

As a workaround, you can set the following CSS variables in your HTML: ```css :root { --_6zygq20: #fafafa; --_6zygq21: #d4d4d8; --_6zygq22: #e4e4e7; --_6zygq23: #d4d4d8; --_6zygq24: 1px solid #a1a1aa; --_6zygq25: #71717a;...

Since the element location is embeded to any element by using an attribute, if that attribute is present on element value visible in the inspector tab — there should be...

enhancement

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...

All DOM-specific parts of the existing locator have been moved into their own folder, DOMLocator. existing calls to `useLocator()` will continue to use the DOM locator, but as an opt-in...

I installed the tools and they seem to work fine at first, but when I scroll in the component tree, I get lots of errors like this. The console log...

Hi there! In `@astrojs/[email protected]` I added support for `solid-devtools`, and added it as an optional peer dependency of the package. However, it turns out that `solid-devtools` has a dependency on...