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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Newer instantsearch.js versions (>= 3) use a different structure, so let's see if upgrading to a new version fixes things, otherwise we need to go with an upstream bug. For now, a workaround is sufficient.
The text was updated successfully, but these errors were encountered:
The CSS coming from the
instantsearch.js
bundle is included insearch.js
:That works fine in development builds (
yarn dev
), but doesn't work in production build (yarn build
). In these builds, the CSS is simply not built.It turns out that the
./node_modules/instantsearch.js/package.json
specifiessideeffects: false
, where it should actually specify(Thanks to fkhadra/react-toastify#334 (comment) for the hint.)
Newer instantsearch.js versions (>= 3) use a different structure, so let's see if upgrading to a new version fixes things, otherwise we need to go with an upstream bug. For now, a workaround is sufficient.
The text was updated successfully, but these errors were encountered: