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
Today I tried to do this: (not-eq currentRegion.id 1), but it failed, because id was "1", not 1. Would be nice if we have something like non-strict-not-eq.
I could create a PR if needed.
The text was updated successfully, but these errors were encountered:
Today I tried to do this:
(not-eq currentRegion.id 1)
, but it failed, because id was"1"
, not1
. Would be nice if we have something likenon-strict-not-eq
.I could create a PR if needed.
The text was updated successfully, but these errors were encountered: