This repository was archived by the owner on Dec 30, 2022. It is now read-only.
This repository was archived by the owner on Dec 30, 2022. It is now read-only.
<ais-instant-search :on-state-change: function /> is not implemented #1148
Closed
Description
Bug 🐞
What is the current behavior?
<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.
<ais-instant-search
...
// Optional parameters
:on-state-change: function
...
/>
What is the version you are using?
v4.5.0
Metadata
Metadata
Assignees
Labels
No labels