#Props getting edited
11 messages · Page 1 of 1 (latest)
You really want to call moderators for that?
use spread operator to initialize state ? like useState(…props.abc)
like useState({...props.abc}) ?
it still edits the value
and yeah its an Object data