onlook-dev / onlook

The open source, local-first Figma for React. Design directly in your live React app and publish your changes to code.
https://onlook.dev
Apache License 2.0
3.75k stars 233 forks source link

[bug] Insert can sometimes create duplicate on DOM only #781

Open Kitenite opened 1 week ago

Kitenite commented 1 week ago

Describe the bug

Kitenite commented 1 week ago

All the bugginess seems to happen when keys are removed. React treats the key removal as a an insert event somehow and triggers a resolution... This is where all the woes came from.