You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for sharing this set of icons 🙂. I was looking to use it in my web components project, but unfortunately I stumbled upon a couple of issues.
First issue is that when I import @glyphs/wc-core, there is a "duplicate export" issue with CoreGrinBeam:
Duplicate export 'CoreGrinBeam' (741:20) in @glyphs/wc-core/src/index.js
However, the web component has some glaring issues which you aptly pointed out in #44. I am working on an overhaul to all of the components to reduce all logic to a single component as well as to leverage tree-shaking and importing SVGs only as needed.
Thanks for the fix! No problem about the delay, I'm glad to have an answer 😄. I look forward to trying again, I'm a bit swamped too these days so I don't know when that will be. Thanks again for your time 🙂
Hi, thanks for sharing this set of icons 🙂. I was looking to use it in my web components project, but unfortunately I stumbled upon a couple of issues.
First issue is that when I import
@glyphs/wc-core
, there is a "duplicate export" issue withCoreGrinBeam
:See reproduction on codepen: https://codepen.io/hyzual/pen/wvJJLpG
I haven't figured out how the list is built but I can confirm there is a duplicate in
node_modules/@glyphs/wc-core/src/index.js
:I would be grateful if you could please take a look at that issue 🙂, as without it I must find some creative workarounds to import each icon.
The text was updated successfully, but these errors were encountered: