Render is called before useEffect – Reactjs
I'm trying to create a simple application usign React and Leva js. Basically there is an array of items and each item has a name and an array of numbers. The Leva panel contains two selects and the user can…