You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure the bug has not already been reported
Versions
Issue noticed on 4.1.0, on 3.0.10 it worked fine.
Description
This could be an intentional change, but as the title says, {false && <div>Render</div>} renders the text false in the DOM. My expectation would be that nothing is rendered.
Steps to Reproduce
{false && <div>Render</div>}
Expected Behavior
Nothing is rendered to the DOM
The text was updated successfully, but these errors were encountered:
maltium
changed the title
{false && <div>Render</div>} pattern is broken.{false && <div>Render</div>} pattern is broken.
Apr 27, 2024
maltium
changed the title
{false && <div>Render</div>} pattern is broken.
{false && <div>Render</div>} pattern is broken.
Apr 27, 2024
Prerequisites
Versions
Issue noticed on 4.1.0, on 3.0.10 it worked fine.
Description
This could be an intentional change, but as the title says,
{false && <div>Render</div>}
renders the text false in the DOM. My expectation would be that nothing is rendered.Steps to Reproduce
{false && <div>Render</div>}
Expected Behavior
Nothing is rendered to the DOM
The text was updated successfully, but these errors were encountered: