You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the console error message carefully (if applicable).
Description
Since upgrading to Docusaurus v3.10, the 🗃 (Card File Box) emoji on generated-index pages renders as a monochrome text style glyph instead of a colorful emoji.
Root cause seems to be getFallbackEmojiIcon in DocCard with only the category icon affected. Looks unintentional. This was introduced in #11734
Reproducible demo
No response
Steps to reproduce
Sidebar with type : 'category' and a link with type: 'generated-index' (and no custom emoji provided in label)
Expected behavior
The 🗃️ emoji renders in color emoji presentation, consistent with pre v3.10 behavior and with the other DocCard emojis (📄️, 🔗) in the same function.
Actual behavior
Renders as monochrome
Your environment
Public source code:
Public site URL:
Docusaurus version used: 3.10
Environment name and version (e.g. Chrome 89, Node.js 16.4): Any browser, Node 24
Operating system and version (e.g. Ubuntu 20.04.2 LTS): W11 25H2
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
Since upgrading to Docusaurus v3.10, the 🗃 (Card File Box) emoji on generated-index pages renders as a monochrome text style glyph instead of a colorful emoji.
Root cause seems to be
getFallbackEmojiIconin DocCard with only the category icon affected. Looks unintentional. This was introduced in #11734Reproducible demo
No response
Steps to reproduce
type : 'category'and alinkwithtype: 'generated-index'(and no custom emoji provided inlabel)Expected behavior
The 🗃️ emoji renders in color emoji presentation, consistent with pre v3.10 behavior and with the other DocCard emojis (📄️, 🔗) in the same function.
Actual behavior
Renders as monochrome
Your environment
Self-service