mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: added biome, fixed input hydration issue from uncontrolled input being used as controlled input
This commit is contained in:
@@ -16,7 +16,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
|
||||
type,
|
||||
showPassword,
|
||||
onShowPasswordChange,
|
||||
value = "",
|
||||
value,
|
||||
...props
|
||||
},
|
||||
ref
|
||||
|
||||
Reference in New Issue
Block a user