When filters are added to instantsearch.configure they are not propagated to meilisearch. so doing ``` <Configure filters={`categories = "test"`} hitsPerPage={10} /> ``` when using react is not filtering the results.