Closed sarahdayan closed 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 |
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.
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
anditem
ones because the other ones aren't necessary, and because theroot
one isn't supposed to be added to the layout root.