I’m playing around with MeiliSearch (react) which uses InstantSearch as a client.
This is the example I’m using as reference: Link to example
This is code in ReScript that shows the issue: Link to Playground
I cannot seem to understand how to translate the anonymous function that takes the hit prop and returns the hitComponent, in the example. Probably because I don’t understand what’s happening with the const Hit = ...
Any clues?