Skip to content

πŸ‘· :construction_worker: mixed up with :construction_worker_man:Β #107

@juftin

Description

@juftin

When I'm using emojis, and not shortcodes, πŸ‘·β€β™‚οΈ (which is actually :construction_worker_man:) is being picked up as :construction_worker: - but πŸ‘· (which really is :construction_worker:) is not

I've been banging my head against a wall trying to figure this out, but the issue doesn't seem to be with gitmojis

import { gitmojis } from 'gitmojis';

const gitmojisByEmoji = Object.fromEntries(
  gitmojis.map(gitmoji => [gitmoji.emoji, gitmoji])
);

var constructionWorker = gitmojisByEmoji['πŸ‘·'];

console.log(constructionWorker["code"]);
:construction_worker:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions