You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I'm using useView the problem is that the prop parameter is dynamic, initially, it's an empty object and only then it will be an object with all the props.
In my project, I'm using
useView
the problem is that the prop parameter is dynamic, initially, it's an empty object and only then it will be an object with all the props.from what I understand there is no
useEffect
that listens forconfig
changes to resetknobsProps
.I try to add something like that to reset settings but keep new props (NOT previous object):
Another option is to return the function to
updateProps
, which can receive an object orupdateAll
which can receive new configurations.The text was updated successfully, but these errors were encountered: