We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8263296 commit e117d9cCopy full SHA for e117d9c
src/lib/connectToContainer.js
@@ -19,6 +19,7 @@ export const containerConnectedContextTypes = {
19
updateContainer: PropTypes.func,
20
traceIndexes: PropTypes.array,
21
customConfig: PropTypes.object,
22
+ hasValidCustomConfigVisibilityRules: PropTypes.bool,
23
};
24
25
export default function connectToContainer(WrappedComponent, config = {}) {
0 commit comments