algolia / instantsearch

⚡️ Libraries for building performant and instant search and recommend experiences with Algolia. Compatible with JavaScript, TypeScript, React and Vue.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/
MIT License
3.73k stars 525 forks source link

feat(index): make IndexOptions['uiState'] and UiState react to generic #6288

Open Haroenv opened 4 months ago

Haroenv commented 4 months ago

Summary

If you're reading uiState (initial ui state) inside init of a widget, it should be the generic UiState which includes this widget's ui state as well.

Result