Skip to content

Commit f08cf49

Browse files
[KCO-3853]: removing invalid context types
1 parent 9326af8 commit f08cf49

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/remote-frame/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ const createCapturedContextComponent = (contextTypes = {}) => {
6666
...contextTypes,
6767
}
6868

69-
CapturedContextComponent.childContextTypes = {
70-
callBackContainer: PropTypes.object,
71-
...contextTypes,
72-
}
73-
7469
capturedContextComponentsCache.push([contextTypes, CapturedContextComponent])
7570

7671
return CapturedContextComponent

0 commit comments

Comments
 (0)