why isn't input's value not updating when using useState value in it?
guys i have a useState that doesn't have any values, it later gets set to an object after a fetch request to an api
But if i use this useState object's value for an input, the input value is always empty
anyone know why the input's value never changes when the useState changes?
But if i use this useState object's value for an input, the input value is always empty
const user = useUser() anyone know why the input's value never changes when the useState changes?