File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/client/packages/idom-client-react Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " idom-client-react" ,
33 "description" : " A client for IDOM implemented in React" ,
4- "version" : " 0.8.4 " ,
4+ "version" : " 0.8.5 " ,
55 "author" : " Ryan Morshead" ,
66 "license" : " MIT" ,
77 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import react from "react";
22import reactDOM from "react-dom" ;
33import htm from "htm" ;
44
5- import serializeEvent from "./event-to-object" ;
5+ import serializeEvent from "./event-to-object.js " ;
66
7- import { applyPatchInplace , joinUrl } from "./utils" ;
7+ import { applyPatchInplace , joinUrl } from "./utils.js " ;
88
99const html = htm . bind ( react . createElement ) ;
1010export const LayoutConfigContext = react . createContext ( {
You can’t perform that action at this time.
0 commit comments