Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Advancedsearch][FacetBox] missing assignement in Initial state #1353

Closed
rodolpheV opened this issue Feb 7, 2017 · 1 comment
Closed

[Advancedsearch][FacetBox] missing assignement in Initial state #1353

rodolpheV opened this issue Feb 7, 2017 · 1 comment

Comments

@rodolpheV
Copy link
Contributor

The line: https://github.com/KleeGroup/focus-components/blob/master/src/search/facet-box/index.js#L53
should be:
openedFacetList = this._generateOpenedFacetList(this.props.facetList);
like in componentWillReceiveProps.

Consequence of this omission is that the component doesn't work if it is rendered only once.

@Hartorn
Copy link
Contributor

Hartorn commented Nov 15, 2017

Delivered in 2.2.0

@Hartorn Hartorn closed this as completed Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants