Algolia react-instantsearch not returning results when running in next.js dev mode

Viewed 17

I've got a next.js app that is using aloglia via react-instantsearch package. When I run next.js in dev mode I get not results displayed from react-instantsearch. When I do a "next build" which makes the optimized and then a "next start" the search works and displays results. There are no errors in the console so I have no idea what the issue is.

1 Answers
Related