Jef Mancera
Results
2
comments of
Jef Mancera
I'm getting the same behavior. My list of options it's not updating after useEffect changes the state for the list.
This is my code to re-render if helps to anyone facing same issue. Thanks to @hunzalaqamar for the workaround suggestion. ```js const [renderKey, setRenderKey] = useState(0); useEffect(() => { //update...