Skip to content

Commit 0a28144

Browse files
committed
fix: remove early reject, #1115
1 parent ff85e47 commit 0a28144

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/proxy/createClassProxy.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ function createClassProxy(InitialComponent, proxyKey, options = {}) {
268268
ProxyFacade = function(props, context) {
269269
const result = CurrentComponent(props, context)
270270

271-
if (!result) {
272-
return result
273-
}
274-
275271
// This is a Relay-style container constructor. We can't do the prototype-
276272
// style wrapping for this as we do elsewhere, so just we just pass it
277273
// through as-is.

0 commit comments

Comments
 (0)