WAIT: Reactive state bug, two element sharing the exacly same states

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: reactive state bugs โ€“ site name
Video: video

reactive state bug, two element sharing the exacly same states

what a fun bug :slight_smile:

hard to replicate these things
but happens alot for me because when you work fast and use shortcuts alot it just happening I dont know

login info already sent to the help@bricksbuilder

skip to 02:30 to see the bug
I failed to replicate it but recovered from revisions after

Hi @sinanisler,

thank you for your report and login credentials. I can see the issue on your website, however, I was also not able to replicate it. You said that you only replicated this by duplicating the elements, right?

Matej

yep

that happened same time when I was creating the other duplicate report this reactive state bug happened :slight_smile:

I wouldnt be suprised replicating would be issue because reactive state bugs very unpredictible (atleast for me ) I feel like vuejs shouldnt allow that to be exist but here we are that exist :smiley:

I donโ€™t actually think this is a Vue reactivity problem. If you copy-paste (or export) the content, you should see that the parent element contains a list of all child elements, but the copy-pasted IDs are duplicated.
And there is a list of child elements, but there are only original ones. Thatโ€™s why any data you change on one of them, it will be visible in both element.

Itโ€™s definitely a bug that needs fixing. I was just not able to replicate it and have not figured out why it could happen.

Thanks,
Matej