bfanger / pixi-inspector

Devtools for PixiJS
https://chrome.google.com/webstore/detail/pixi-inspector/aamddddknhcagpehecnhphigffljadon
MIT License
396 stars 65 forks source link

Duplicating properties and devtool stucking #44

Closed yev-stash closed 4 years ago

yev-stash commented 4 years ago

Pixi devtool duplicates some properties of component and got stuck until "reconnect" is pressed. I got issue with duplicating properties in last commit and no devtool stucking.

yev-stash commented 4 years ago

image

MatsMaker commented 4 years ago

Hi, I found this row doing duplicate props. And created new PR 45. Bob, please see what for need removed rows

yev-stash commented 4 years ago

After some research, pixi inspector got stucked because of error

[Vue warn]: Duplicate keys detected: ‘transform.rotation’. This may cause an update error. found in ---> at src/components/DetailView.vue at src/components/SplitView.vue