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
Description
As per Isaac's comment, we've added an icon picker for the new consulting pages. However, this component increases the website's bundle size because it imports the entire library for React Icons Box Icons.
Choose a less expensive different icon library (i.e. one that uses CSS)
Implement an endpoint for incrementally fetching the icons from react icons
Find a way to only dynamically import the icons that we need to reduce our page bundle size (still unsure why the bundle for the Tina editor is included in the home page).
The text was updated successfully, but these errors were encountered:
Description
As per Isaac's comment, we've added an icon picker for the new consulting pages. However, this component increases the website's bundle size because it imports the entire library for React Icons Box Icons.
#3316 (comment)
Proposed solution
We have 3 options here:
The text was updated successfully, but these errors were encountered: