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
(Or whatever I'm trying to import, of course). No stack trace is provided, just the line number in my code where I import the module.
This is a new issue after upgrading from 6.x to 9.x. The indirect export mention leads me to think that this is related to the indirect exports in the index.ts, possibly something to do with the naming being updated between these versions?
I'm using React 18 with Vite 4.0.4. Let me know if there's any other info I can provide.
The text was updated successfully, but these errors were encountered:
When I try to import any icon or color from react-simple-icons, I get the following error:
(Or whatever I'm trying to import, of course). No stack trace is provided, just the line number in my code where I import the module.
This is a new issue after upgrading from 6.x to 9.x. The indirect export mention leads me to think that this is related to the indirect exports in the index.ts, possibly something to do with the naming being updated between these versions?
I'm using React 18 with Vite 4.0.4. Let me know if there's any other info I can provide.
The text was updated successfully, but these errors were encountered: