decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Adding a child to the entity tree adds 2 nodes #807

Closed cazala closed 1 year ago

cazala commented 1 year ago

Adding a child in the hierarchy tree adds two nodes, one with the name and the other one with the entity id.

https://github.com/decentraland/sdk/assets/2781777/f5138718-ca31-4a19-a0b6-ebb66c0dd76c

I started undoing commits to find out where this was introduced and I believe it was done in this PR in case it helps on fixing it: https://github.com/decentraland/js-sdk-toolchain/pull/606

This is a link to the first preview where I found the issue: https://feat-search-folders.js-sdk-toolchain.pages.dev/inspector/ This is the previous preview where it does not happen: https://free-camera.js-sdk-toolchain.pages.dev/inspector/

cazala commented 1 year ago

Duplicated https://github.com/decentraland/sdk/issues/804