You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(createInstantSearch): new credentials creates a new client. Previously was creating a new client at each render.
* fix(isManager): implement update of client
* feat(SearchParameters): Move InstantSearch config to <Configure/>
Also:
- fix the indexName property to be able to update it.
- small refactoring to explicitely define the props of
createInstantSearch
- update the doc accordingly
zackify
added a commit
to zackify/instantsearch.js
that referenced
this issue
Jan 17, 2017
Browsing the changelog myself, if I see the problem I'll comment here with an update.
Edit: Looks like onSearchStateChanged is never being called either ?
Bug: What is the current behavior?
Calling createURL on a refinement just returns
#
in 2.2.0, revert back to 2.1.0, works fine.Bug: What is the expected behavior?
For it to work :)
What project are you opening an issue for?
Edit 2, might want some tests that check for injected variables from createInstanteSearch? :)
The text was updated successfully, but these errors were encountered: