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
Well as I assume this will never be answered or fixed as this repo looks kind of dying, il just inform you guys that you don't need to try the package anymore when using typescript, as it seems to error inside the package
which is coming from import { IconPickerItem, IconList } from 'react-fa-icon-picker';
If anyone does have a fix for this let me know, would like to use the package.
The text was updated successfully, but these errors were encountered:
@UndercoverNL For yourself or anyone else that is still experiencing this issue:
This issue arises from the styled-components dependency that is used within this library. V5 of styled-components has apparently had a lot of issues with its default export (see here).
I managed to fix this by adding the following to my vite.config.ts:
Well as I assume this will never be answered or fixed as this repo looks kind of dying, il just inform you guys that you don't need to try the package anymore when using typescript, as it seems to error inside the package
which is coming from
import { IconPickerItem, IconList } from 'react-fa-icon-picker';
If anyone does have a fix for this let me know, would like to use the package.
The text was updated successfully, but these errors were encountered: