We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9326af8 commit f08cf49Copy full SHA for f08cf49
src/remote-frame/index.js
@@ -66,11 +66,6 @@ const createCapturedContextComponent = (contextTypes = {}) => {
66
...contextTypes,
67
}
68
69
- CapturedContextComponent.childContextTypes = {
70
- callBackContainer: PropTypes.object,
71
- ...contextTypes,
72
- }
73
-
74
capturedContextComponentsCache.push([contextTypes, CapturedContextComponent])
75
76
return CapturedContextComponent
0 commit comments