@servicetitan/ko-bridge
Advanced tools
Comparing version 20.2.0 to 21.0.0
@@ -58,3 +58,3 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
const ElementType = getElementType(this.props); | ||
return _jsx(ElementType, { ref: this.ref }, void 0); | ||
return _jsx(ElementType, { ref: this.ref }); | ||
} | ||
@@ -61,0 +61,0 @@ } |
@@ -69,3 +69,3 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
const { koTemplate: KoTemplate } = this.props; | ||
return _jsx(KoTemplate, { ref: this.ref }, void 0); | ||
return _jsx(KoTemplate, { ref: this.ref }); | ||
} | ||
@@ -72,0 +72,0 @@ isModelValid(koModel) { |
{ | ||
"name": "@servicetitan/ko-bridge", | ||
"version": "20.2.0", | ||
"version": "21.0.0", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "homepage": "https://docs.st.dev/docs/frontend/ko-bridge", | ||
}, | ||
"gitHead": "f51c76a814c5c95d416cb8f07b18953dccf751ff" | ||
"gitHead": "fd9c87d8f6d0016d4ad4d163255c87b830bb41b2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35260