Tobias Siwonia

Results 2 comments of Tobias Siwonia

Maybe not the best solution, but adding a `setTimeout` solves it for me for now. ```js setTimeout(() => setItems(nextItems))} > {items.map((item) => ( ))} ``` https://codesandbox.io/s/sweet-varahamihira-zdb19

I'm not 100% sure if the first line did the trick, or if it was just a terminal restart, but this worked for me: `sudo xcode-select --switch /Applications/Xcode.app` restart terminal...