You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Preact without build tools and the Chrome extension, I consistently get the message, This page doesn't seem to be using Preact. There are no errors in the console.
Not tested on Firefox.
Reproduction Steps
Edit: Changed repro to include changes from #299, which still exhibits the same behavior.
index.html
Thanks for reporting this issue. Just to be sure: Are you opening the .html file directly in chrome or is it served via a webserver? If it's the former, than that is expected as the chrome extension hook into the file:// protocol.
When using Preact without build tools and the Chrome extension, I consistently get the message,
This page doesn't seem to be using Preact.
There are no errors in the console.Not tested on Firefox.
Reproduction Steps
Edit: Changed repro to include changes from #299, which still exhibits the same behavior.
index.html
Details
preact 10.11.1
Preact Developer Tools 4.6.0
Chrome 106.0.5249.103
Similar/Related Issues
#85, preactjs/preact#2571, #283 (where the above example came from)
The text was updated successfully, but these errors were encountered: