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 6b8119b commit 48d502bCopy full SHA for 48d502b
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.9.0",
+ "version": "0.9.1",
5
"author": "Ryan Morshead",
6
"license": "MIT",
7
"type": "module",
src/client/packages/idom-client-react/src/component.js
@@ -110,7 +110,7 @@ export function elementChildren(modelChildren) {
110
}
111
112
113
-function elementAttributes(model, sendEvent) {
+export function elementAttributes(model, sendEvent) {
114
const attributes = Object.assign({}, model.attributes);
115
116
if (model.eventHandlers) {
0 commit comments