Closed matuzalemsteles closed 7 years ago
When pass in render empty, false, true, string and undefined:
render() { return 'Hello world'; }
The component is not built. The result:
<undefined></undefined>
The expected behavior is that Fiber does not render and build the component.
Hey, Your issue has been resolved 🎉, Thanks!
Current behavior
When pass in render empty, false, true, string and undefined:
The component is not built. The result:
Expected behavior
The expected behavior is that Fiber does not render and build the component.