refine
refine copied to clipboard
[BUG] Using outdated `@tabler/icons` package
Describe the bug
When using @refinedev/mantine, @refinedev/chakra-ui and @refinedev/inferencer packages we need to pin the @tabler/icons dependency in our projects to v1 which is outdated and doesn't include all icons.
Steps To Reproduce
Try installing @tabler/icons-react v2 or v3,
Error will be thrown while resolving dependencies due to pinned outdated version in Refine packages
Expected behavior
@tabler/icons should be upgraded to latest
Packages
- @refinedev/mantine
- @refinedev/chakra-ui
- @refinedev/inferencer
Additional Context
No response