https://github.com/rorymcd98/spot-the-image-gen
这是我的回收物要安装,只需执行以下操作:
Yarn安装器
Yarn发展
我遇到的问题是在./src/components/Counters.tsx
中使用Elastic UI的EuiIcon
。我正在尝试导入shard
和bullseye
类型的图标。
问题:正如您所看到的,在当前版本中,它们未进行渲染。在dev
服务器中,我得到一个错误:caught (in promise) TypeError: Failed to fetch dynamically imported module: http://localhost:5174/node_modules/.vite/deps/assets/bullseye?import
我已经尝试了很多东西,但根据文档,我不能告诉我哪里出错了。我尝试为每个文件创建一个public/assets/{name}.svg
文件,但这似乎不起作用。
有人能简单地看看我的回购,看看我错在哪里吗?谢谢.
1条答案
按热度按时间idfiyjo81#
我对此做了一些快速的研究。在wiki中找到了解决方案。
只需导入图标并将其传递给函数
appendIconComponentCache
即可。https://github.com/elastic/eui/tree/main/wiki/consuming-eui#failing-icon-imports