sanusart / react-dropdown-select

Customisable dropdown select for react
https://react-dropdown-select.netlify.app/
MIT License
349 stars 83 forks source link

emotion library is not imported correctly in components in lib folder #279

Closed Abolfazl-ghodrati-k closed 1 year ago

Abolfazl-ghodrati-k commented 1 year ago

instead of importing emotion correctly in those files its imported like this var _base = _interopRequireDefault(require('@emotion/styled/base')) while it should be var _base = _interopRequireDefault(require('@emotion/styled-base'))

sanusart commented 1 year ago

@Abolfazl-ghodrati-k do you know if this is related to a version of emotion?

Abolfazl-ghodrati-k commented 1 year ago

i hadn't installed emotion separately so i dont think its a conflict related to version

sanusart commented 1 year ago

I guess this is affecting. Will update emotion to latest

sanusart commented 1 year ago

Should be resolved in latest published v4.9.4 via #281