Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twemoji image urls throw ERR_NAME_NOT_RESOLVED #47

Closed
0x1h opened this issue Aug 13, 2024 · 2 comments
Closed

Twemoji image urls throw ERR_NAME_NOT_RESOLVED #47

0x1h opened this issue Aug 13, 2024 · 2 comments

Comments

@0x1h
Copy link

0x1h commented Aug 13, 2024

I'm using Next.js 14 and I've installed react-twemoji, I simply pass text prop where emojis are included

import Twemoji from "react-twemoji";

<Twemoji>
    <p className="text-sm mt-1">{message}</p>
</Twemoji>

It renders default system emojis in browser instead of twemoji, I checked console and seeing it throws network error when trying to fetch twemoji images
image
https://twemoji.maxcdn.com/v/14.0.1/72x72/1f62d.png
here is url

@anriuss
Copy link

anriuss commented Aug 13, 2024

yeah same for me

@ZxMYS
Copy link
Owner

ZxMYS commented Aug 13, 2024

twitter/twemoji#580

@0x1h 0x1h closed this as completed Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants