liferay-labs-br / fiber

The framework specialized in animated components.
MIT License
5 stars 4 forks source link

When pass in render of the component empty, false, true, string and undefined it is rendered tag `undefined` #31

Closed matuzalemsteles closed 7 years ago

matuzalemsteles commented 7 years ago

Current behavior

When pass in render empty, false, true, string and undefined:

render() {
    return 'Hello world';
}

The component is not built. The result:

<undefined></undefined>

Expected behavior

The expected behavior is that Fiber does not render and build the component.

ray-bot[bot] commented 7 years ago

Hey, Your issue has been resolved 🎉, Thanks!