We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bd01a8 + 05a078b commit ebd2194Copy full SHA for ebd2194
devtools/src/devtools.js
@@ -2,7 +2,7 @@ import { options, Fragment, Component } from 'preact';
2
3
export function initDevTools() {
4
if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) {
5
- window.__PREACT_DEVTOOLS__.attachPreact('10.5.13', options, {
+ window.__PREACT_DEVTOOLS__.attachPreact('11.0.0-beta', options, {
6
Fragment,
7
Component
8
});
0 commit comments