Skip to content

Commit 49ee0c4

Browse files
Merge pull request #21 from klarna/KCO-3853
Removing invalid context types
2 parents 5557190 + f08cf49 commit 49ee0c4

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
@@ -69,11 +69,6 @@ const createCapturedContextComponent = (contextTypes = {}) => {
6969
...contextTypes,
7070
}
7171

72-
CapturedContextComponent.childContextTypes = {
73-
callBackContainer: PropTypes.object,
74-
...contextTypes,
75-
}
76-
7772
capturedContextComponentsCache.push([contextTypes, CapturedContextComponent])
7873

7974
return CapturedContextComponent

0 commit comments

Comments
 (0)