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
Describe the bug
When a value is supposed to render the emptyValue (i.e. when it is null) it only works if the value is null. If the value is undefined, it doesn't work properly
To Reproduce
Add data that is null instead of undefined.
Expected behavior
The empty value should be rendered if the dat is null, undefined, or an empty string
The text was updated successfully, but these errors were encountered:
Describe the bug
When a value is supposed to render the
emptyValue
(i.e. when it is null) it only works if the value is null. If the value is undefined, it doesn't work properlyTo Reproduce
Add data that is null instead of undefined.
Expected behavior
The empty value should be rendered if the dat is null, undefined, or an empty string
The text was updated successfully, but these errors were encountered: