Hi,
I’m having trouble applying css classes using the cssClasses option when I used connectInfiniteHits to create a infinite scroll. I’m basically using the example from https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/InstantSearch.js/infinite-scroll
When applying cssClasses in the infiniteHits widget nothing happens. Is this not possible when creating a custom widget?
I basically want to style my items as cards and place them in a grid using tailwindcss by applying classes through cssClasses but this does not seem to work.