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
To make matters worse, the svelte icons package currently has svelte@">=3 <5"as a peer dependency. 2.4x works fine with svelte 5 (and the non-standard imports we need to use to force them to bee tree shaking), but npm complains every step of the way.
Could you please add at least Svelte 5 support if the other issues are a less easy fix?
Package
@tabler/icons
@tabler/icons-eps
@tabler/icons-pdf
@tabler/icons-png
@tabler/icons-webfont
@tabler/icons-sprite
@tabler/icons-preact
@tabler/icons-react
@tabler/icons-react-native
@tabler/icons-solid
@tabler/icons-svelte
@tabler/icons-vue
Figma plugin
source/main
other/not relevant
Version
2.47
Browser
Chrome/Chromium
Firefox
Safari
Edge
iOS Safari
Opera
Other/not relevant
Operating system
Windows
Linux
macOS
ChromeOS
iOS
Android
Other/not relevant
Steps to reproduce
None
Checklist
I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
The text was updated successfully, but these errors were encountered:
Description
We are stuck on tabler icons version 2.4x, because of all the open Svelte issues, mostly related to tree shaking and performance..
To make matters worse, the svelte icons package currently has
svelte@">=3 <5"
as a peer dependency. 2.4x works fine with svelte 5 (and the non-standard imports we need to use to force them to bee tree shaking), but npm complains every step of the way.Could you please add at least Svelte 5 support if the other issues are a less easy fix?
Package
Version
2.47
Browser
Operating system
Steps to reproduce
None
Checklist
The text was updated successfully, but these errors were encountered: