We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
openedFacetList = this._generateOpenedFacetList(this.props.facetList);
componentWillReceiveProps
Consequence of this omission is that the component doesn't work if it is rendered only once.
The text was updated successfully, but these errors were encountered:
[Advancedsearch][FacetBox] missing assignment in Initial state
536eb78
Fix issue #1353
Delivered in 2.2.0
Sorry, something went wrong.
c3dr0x
fconstantin
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: