algolia / instantsearch

⚡️ Libraries for building performant and instant search and recommend experiences with Algolia. Compatible with JavaScript, TypeScript, React and Vue.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/
MIT License
3.73k stars 525 forks source link

fix(instantsearch.js): forward widget classes to carousel #6326

Closed sarahdayan closed 3 months ago

sarahdayan commented 3 months ago

This fixes an issue where the widget classes for the list and items weren't properly forwarded to the layout.

I only pass the list and item ones because the other ones aren't necessary, and because the root one isn't supposed to be added to the layout root.

codesandbox-ci[bot] commented 3 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit cd839c7ea4875acfd3edf5449236b330980ce104:

Sandbox Source
example-instantsearch-getting-started Configuration
example-react-instantsearch-getting-started Configuration
example-react-instantsearch-next-app-dir-example Configuration
example-react-instantsearch-next-routing-example Configuration
example-vue-instantsearch-getting-started Configuration
sarahdayan commented 3 months ago

I think the instantsearch.css package or the getting started styles need to updated for this, the codesandbox is showing up weird for me

Good catch! I fixed it in b52df0b.