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
@sajari/react-search-ui uses import ... 'classnames', but doesn't list it in its dependencies — I suppose it assumes it can get it by virtue of having it as a dependency of @sajari/react-components.
However, this is not the case when using eg. Yarn with nodeLinker: pnpm, or maybe even default Yarn. A package depending on @sajari/react-search-ui will fail to build. At least for me it does.
I think @emotion/css and @emotion/core dependencies should also be added.
The text was updated successfully, but these errors were encountered:
@sajari/react-search-ui uses
import ... 'classnames'
, but doesn't list it in its dependencies — I suppose it assumes it can get it by virtue of having it as a dependency of @sajari/react-components.However, this is not the case when using eg. Yarn with
nodeLinker: pnpm
, or maybe even default Yarn. A package depending on @sajari/react-search-ui will fail to build. At least for me it does.I think @emotion/css and @emotion/core dependencies should also be added.
The text was updated successfully, but these errors were encountered: