We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfd3d6 commit a3edc40Copy full SHA for a3edc40
src/client/packages/idom-client-react/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "idom-client-react",
3
"description": "A client for IDOM implemented in React",
4
- "version": "0.8.4",
+ "version": "0.8.5",
5
"author": "Ryan Morshead",
6
"license": "MIT",
7
"type": "module",
src/client/packages/idom-client-react/src/component.js
@@ -2,9 +2,9 @@ import react from "react";
import reactDOM from "react-dom";
import htm from "htm";
-import serializeEvent from "./event-to-object";
+import serializeEvent from "./event-to-object.js";
-import { applyPatchInplace, joinUrl } from "./utils";
+import { applyPatchInplace, joinUrl } from "./utils.js";
8
9
const html = htm.bind(react.createElement);
10
export const LayoutConfigContext = react.createContext({
0 commit comments