Skip to content

Commit 48d502b

Browse files
committed
export elementAttributes from idom-client-react
1 parent 6b8119b commit 48d502b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/packages/idom-client-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "idom-client-react",
33
"description": "A client for IDOM implemented in React",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"author": "Ryan Morshead",
66
"license": "MIT",
77
"type": "module",

src/client/packages/idom-client-react/src/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function elementChildren(modelChildren) {
110110
}
111111
}
112112

113-
function elementAttributes(model, sendEvent) {
113+
export function elementAttributes(model, sendEvent) {
114114
const attributes = Object.assign({}, model.attributes);
115115

116116
if (model.eventHandlers) {

0 commit comments

Comments
 (0)