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.
1 parent de4eb44 commit bdff948Copy full SHA for bdff948
src/js/packages/@reactpy/client/src/index.ts
@@ -6,4 +6,4 @@ export * from "./vdom";
6
export * from "./websocket";
7
export { default as React } from "preact/compat";
8
export { default as ReactDOM } from "preact/compat";
9
-export { default as preact } from "preact";
+export * as preact from "preact";
0 commit comments