We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163bd8d commit 6f3dab6Copy full SHA for 6f3dab6
src/dashboard/Data/Browser/Browser.react.js
@@ -179,7 +179,7 @@ class Browser extends DashboardView {
179
}
180
181
componentWillReceiveProps(nextProps, nextContext) {
182
- if (this.props.params.appId !== nextProps.params.appId || this.props.params.className !== nextProps.params.className || this.props.location.search !== nextProps.location.search) {
+ if (this.props.params.appId !== nextProps.params.appId || this.props.params.className !== nextProps.params.className || this.props.location.search !== nextProps.location.search || this.props.params?.relationName !== nextProps.params?.relationName) {
183
if (this.props.params.appId !== nextProps.params.appId || !this.props.params.className) {
184
this.setState({ counts: {} });
185
Parse.Object._clearAllState();
0 commit comments