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
If you pass an undefined hideOn or showOn, we should probably grab the defaults instead of using undefined. Right now it blows up on trying to do .split.
The text was updated successfully, but these errors were encountered:
@kybishop yeah undefined I would use defaults and null I would disable it. Alternatively, we could throw errors for undefined and require people to define something.
If you pass an undefined hideOn or showOn, we should probably grab the defaults instead of using undefined. Right now it blows up on trying to do
.split
.The text was updated successfully, but these errors were encountered: