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 messaegs sent between the adapter and the extension have to cross this road: adapter -> content -> background -> devtools (and back, maybe) 1. In most cases the content...

refactor

![image](https://user-images.githubusercontent.com/24491503/185935915-e4cc0ca8-2cc6-432b-b44d-e0bffa16a3fe.png) Possibly needs a rewrite.

bug

I'm open to cooperating with people on new features and improvements, but that message needs to be available and clear, also there needs to be a guide on how to...

documentation

This might prevent these weird errors from happening: ![image](https://user-images.githubusercontent.com/24491503/186419636-5bf7e53e-4eb3-4b75-9059-4021f687622d.png)

tests

Currently, the source code information is assigned only to HTML elements in the JSX. And the Locator is only able to open the source code. The chrome extension should also...

enhancement

~~The debugger needs a way to track component props. Since they do not exist as an instance in the reactive graph, a special hook is necessary to track them. Later...

enhancement
priority

This will allow us to put more expensive operations to the owner components as only the ones visible will execute.

enhancement
priority

The Owner tree view in the chrome extension should allow door hiding and showing types of nodes, such as Component, Memo, Render Effect, Refresh, etc. What should happen to the...

enhancement
priority