Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

[Bug] Emotes not working in "See in world" #383

Open
juanmahidalgo opened this issue Jul 25, 2022 · 0 comments
Open

[Bug] Emotes not working in "See in world" #383

juanmahidalgo opened this issue Jul 25, 2022 · 0 comments
Assignees

Comments

@juanmahidalgo
Copy link
Contributor

Problem:

The kernel is currently destructuring the response from the builder-server as if it was the same object that is store in the catalyst but there are a few differences when it comes to Emotes.

Tech details:
When trying to access the emoteDataV0, it always get undefined so the Emote data is not loaded correctly.
const { id, data, rarity, i18n, thumbnail, description, emoteDataV0 } = v2Wearable
The builder-ser ver replies with an Item instance, that will have a type prop. Let's use the type prop to detect when it's an emote and read the emoteDataV0 from the right place.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants