@servicetitan/ko-bridge
Advanced tools
Comparing version 26.2.0 to 26.3.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="knockout" /> | ||
type KO = typeof import('knockout'); | ||
@@ -3,0 +2,0 @@ export declare const koBindingHandlers: { |
@@ -34,3 +34,3 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; | ||
const props = allBindings.get('props') || viewModel || null; | ||
render(ko, el, _jsx(Component, Object.assign({}, props))); | ||
render(ko, el, _jsx(Component, { ...props })); | ||
}, | ||
@@ -37,0 +37,0 @@ }), |
@@ -1,2 +0,1 @@ | ||
/// <reference types="knockout" /> | ||
import { IComputedValue } from 'mobx'; | ||
@@ -3,0 +2,0 @@ /** |
{ | ||
"name": "@servicetitan/ko-bridge", | ||
"version": "26.2.0", | ||
"version": "26.3.0", | ||
"description": "", | ||
@@ -42,3 +42,3 @@ "homepage": "https://docs.st.dev/docs/frontend/ko-bridge", | ||
}, | ||
"gitHead": "db962a72024497a2c475d3bbf9aab5f9c7aae223" | ||
"gitHead": "f7879b7fbad9bf75b8659c3c5fc04d22c8c82b8e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47041
971