Skip to content
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
@chamby

Description

@chamby

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.

Documentation

<ais-instant-search
  ...
  // Optional parameters
  :on-state-change: function
  ...
/>

What is the version you are using?

v4.5.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions