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
{{ message }}
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
<ais-instant-search :on-state-change: function /> does not work because the on-state-change property is not implemented. I attempted to work around this using middleware directly :middlewares="[() => { return {onStateChange: onStateChange}}]" but the function signature of onStateChange does not include a setUiState argument.
What is the expected behavior?
The parameter exists and operates as per the documentation.
Bug 🐞
What is the current behavior?
<ais-instant-search :on-state-change: function />
does not work because theon-state-change
property is not implemented. I attempted to work around this using middleware directly:middlewares="[() => { return {onStateChange: onStateChange}}]"
but the function signature ofonStateChange
does not include asetUiState
argument.What is the expected behavior?
The parameter exists and operates as per the documentation.
Documentation
What is the version you are using?
v4.5.0
The text was updated successfully, but these errors were encountered: