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
in dom, the false expression is rendered as a regular Item that takes the same space. with spacing or divider props being set, there is a bigger gap in between
What version of rsuite are you using?
5.18
What version of React are you using?
17.0.2
What version of TypeScript are you using (if any)?
4.x
What browser are you using?
Chrome
Describe the Bug
in dom, the
false expression
is rendered as a regular Item that takes the same space. withspacing
ordivider
props being set, there is a bigger gap in betweenExpected Behavior
the
false expression
won't be rendered in domTo Reproduce
https://codesandbox.io/s/falling-mountain-h7xmzz?file=/src/index.js
The text was updated successfully, but these errors were encountered: