Skip to content

Commit e117d9c

Browse files
committed
add to containerConnectedContextTypes
1 parent 8263296 commit e117d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/connectToContainer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const containerConnectedContextTypes = {
1919
updateContainer: PropTypes.func,
2020
traceIndexes: PropTypes.array,
2121
customConfig: PropTypes.object,
22+
hasValidCustomConfigVisibilityRules: PropTypes.bool,
2223
};
2324

2425
export default function connectToContainer(WrappedComponent, config = {}) {

0 commit comments

Comments
 (0)