Replies: 1 comment
-
For anyone interested, this can be solved in 2 steps.
Step 2: Update the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
devtools_page
is currently pointing atdevtools/devtools.html
devtools.html
loadsdevtools.js
which executes the following referencingpanel/index.html
:panel/index.html
. DevTools panel is created but the panel HTML is missing (it's not in thedist
directory).Beta Was this translation helpful? Give feedback.
All reactions