ui icon indicating copy to clipboard operation
ui copied to clipboard

Got error: `Module build failed: UnhandledSchemeError: Reading from "data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAA`

Open gracehan2022 opened this issue 1 year ago • 1 comments

Got error when use in latest create-react-app.

  • [x] 🐛 This is a bug report.

Details

  1. Create a React app with latest create-react-app
  2. Install decentraland-ui according to your README.
  3. Got error: Module build failed: UnhandledSchemeError: Reading from "data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAA

Related links

https://github.com/Semantic-Org/Semantic-UI-CSS/issues/75 https://github.com/Semantic-Org/Semantic-UI/issues/7073

Other info

I tried https://github.com/Semantic-Org/Semantic-UI/issues/7073#issuecomment-1016579441 And also tried to remove a ; following https://github.com/Semantic-Org/Semantic-UI-CSS/pull/76/files from node_modules/semantic-ui-css/semantic.min.css and semantic.css, but none of them work.

Can anyone help to check? Thanks!

gracehan2022 avatar Aug 03 '22 05:08 gracehan2022

@gracehan2022 using same approach: https://github.com/Semantic-Org/Semantic-UI/issues/7073#issuecomment-1202089837

npm cache clean --force
npm install

(using Node 16.13.0)

PabloLefort avatar Aug 05 '22 17:08 PabloLefort