Skip to content

Analyse 'SearchBarUncontrolled' component. #225

@alejandromumo

Description

@alejandromumo

This issue is created to analyse whether SearchBar component can be fully uncontrolled. Right now, its state variable currentValue is initialised based on the prop queryString which is controlled by the component's parent (<SearchBarUncontrolled>).

queryString is a prop currently connected by Redux to the store's state state.query.queryString

The current implementation is updating the component's internal state rather than the redux one.

export const SearchBar = connect(
(state) => ({
queryString: state.query.queryString,
}),
.

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