decentraland / decentraland/sites
[Bug]: TypeScript incorrectly listed as required skill for emotes on creator page
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 48
Description
## Describe the bug
On the `/create` page, the emotes card ("Animate Expressive Emotes") lists **TypeScript** as a required skill alongside 3D Modeling and Animation. Emotes are avatar animations created in tools like Blender — they do not require TypeScript.
For comparison:
- Regular wearables correctly list `['3D MODELING', 'IMAGINATIVE FASHION SENSE']` (no TypeScript)
- Smart Wearables correctly list TypeScript (they use SDK code)
- Advanced Experiences correctly list TypeScript (they use SDK 7)
The emotes card should only list `['3D MODELING', 'ANIMATION']`.
## Location
`src/components/Create/data.ts`, line 190 — the `skills` array for the `'animate-expressive-emotes'` card.
## Steps to reproduce
1. Visit decentraland.org/create
2. Scroll to the creation cards section
3. Click the "Emotes" card
4. Look at "Required Skills" — TypeScript is listed
## Expected behavior
Emotes should list only `3D MODELING` and `ANIMATION` as required skills, not TypeScript.
## Found by
Synthetic UX research (AI persona journeys PoC, Stoyan, Jul 4 2026)
Contributor guide
Assessment
This issue has not been assessed yet.