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
Describe the bug
Ionic icons are imported with the /ios library folder name instead of /io making it necessary to refactor projects that use react-icons ionic icons.
Expected behavior
Ionic icons can be imported using react-icons io library name eg import { IoIosInformationCircle, IoIosWarning } from '@meronex/icons/io';
The text was updated successfully, but these errors were encountered:
Describe the bug
Ionic icons are imported with the /ios library folder name instead of /io making it necessary to refactor projects that use react-icons ionic icons.
Expected behavior
Ionic icons can be imported using react-icons
io
library name egimport { IoIosInformationCircle, IoIosWarning } from '@meronex/icons/io';
The text was updated successfully, but these errors were encountered: