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

Browser extension for inspection Preact applications

Results 35 preact-devtools issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Hello! Often "Elements" tab shows components in a view different then a tree-view. I have to switch between Preact tabs to restore a tree-view. Preact Developer Tools: 4.2.0

bug

This allows the extension to properly filter over framework internal root nodes without resorting to local hacks.

In the Preact panel in Chrome, it would be absolutely incredible if we could right click + inspect and zoom to the selected component, as does the `Inspect` function in...

bug

When I change the state in the devtools but the component has getDerivedStateFromProps which overwrites it, then the state which is rendered does not match the state I see in...

bug

I'm new to Preact. Long time ago I was using React and it was almost necessary to use this tool to speed everything up: https://github.com/welldone-software/why-did-you-render. Today I started working with...

Hi - my team and I are slowly transitioning our application to preact and wanted to use the dev-tools. Our app has several small preact components, and I was trying...

bug

Forgive me if this is a stupid question, but search didn't turn anything up. Is it feasible to consider Safari extension support? If so, I'd be willing to invest some...

help wanted