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

changed knowledgeBase.js, removed react-easy-emoji redundancy #1719

Open
wants to merge 2 commits into
base: edge
Choose a base branch
from

Conversation

deej-tsn
Copy link

@deej-tsn deej-tsn commented Oct 9, 2023

Original issue resulted from using react-easy-emoji.

react-easy-emoji uses twemoji and more relevantly the MaxCDN ( which originally hosted the twemoji images). MaxCDN no longer host those images hence the error.

Since the code already is passing emojis as hardcoded text, the end user is downloading the emojis and so the react-easy-emoji isnt necessary. I just removed it from the knowledgeBase component and left the passed in emoji as plaintext which should work across all browsers.

@ballPointPenguin
Copy link
Contributor

It looks like react-easy-emoji updated their default CDN so I will try to simply update that package and see if it works

https://github.com/appfigures/react-easy-emoji/blob/master/CHANGELOG.md

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

Successfully merging this pull request may close these issues.

None yet

2 participants