Skip to content

Commit 43abbe0

Browse files
committed
fmt
1 parent 5211ddb commit 43abbe0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/js/packages/@reactpy/client/src/components.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,10 @@ function UserInputElement({ model }: { model: ReactPyVdom }): JSX.Element {
335335
// ``inputRef`` in the reconcile effect above, only when the
336336
// server has caught up and the proposed value is not shorter
337337
// than what the user has already typed.
338-
const { value: _ignoredValue, ...controlledProps } = props as Record<string, any>;
338+
const { value: _ignoredValue, ...controlledProps } = props as Record<
339+
string,
340+
any
341+
>;
339342
return createElement(
340343
model.tagName,
341344
{ ...controlledProps, ref: inputRef },

0 commit comments

Comments
 (0)