Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't synchronize useControls with state. #516

Open
mohamed2020m opened this issue Aug 30, 2024 · 0 comments
Open

can't synchronize useControls with state. #516

mohamed2020m opened this issue Aug 30, 2024 · 0 comments

Comments

@mohamed2020m
Copy link

Hi guys,

I have a situation where I am fetching some data from the backend, this data is being stored in a state, the function that is responsible to fetch it is in the useEffecte. so after that I use that data to dynamically create folders and pass them to useControls, Like this:

const controls = useControls(() => [...data]).

The problem I am facing is that when new data is fetched, the old ones always stay in the controls. I've tried to add a dependency in the dependencies array of useControls but it's not working.

Does anyone have an idea how to solve this problem?

tnx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant