fix(striker-ui): remove unneeded dependency in InputWithRef
This commit is contained in:
parent
23ddce9cec
commit
47e822421d
@ -184,7 +184,7 @@ const InputWithRef = forwardRef(
|
||||
|
||||
onFirstRender?.call(null, { isValid });
|
||||
}
|
||||
}, [input.props.id, inputValue, isFirstRender, onFirstRender, testInput]);
|
||||
}, [inputValue, isFirstRender, onFirstRender, testInput]);
|
||||
|
||||
useImperativeHandle(
|
||||
ref,
|
||||
|
Loading…
Reference in New Issue
Block a user