diff --git a/example/src/registry.tsx b/example/src/registry.tsx index 075a6ce..7b52ab8 100644 --- a/example/src/registry.tsx +++ b/example/src/registry.tsx @@ -61,7 +61,7 @@ export const { registry, handlers } = defineRegistry(catalog, { ), Input: ({ props, bindings }) => { - const [value, setValue] = useBoundProp(props.value, bindings?.value); + const [value, setValue] = useBoundProp(props.value ?? undefined, bindings?.value); return (