-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Fix tabler icons load #10782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tabler icons load #10782
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR downgrades the @tabler/icons-react package from v3.31.0 to v3.18.0 to address icon loading issues in the Twenty application.
- Downgrade in
/packages/twenty-front/package.json
appears to be a significant version rollback, suggesting potential compatibility issues with newer versions - Given the usage of Tabler icons in components like
/packages/twenty-website/src/app/_components/ui/icons/index.ts
, thorough testing of icon rendering across the application is recommended - Consider documenting the specific icon loading issues that necessitated this downgrade for future reference
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done !
As per tabler/tabler-icons#1233 (comment)