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
On many places in the config creations we have Number(...), but Number("asd") === NaN which is still number but not really applicable for our usecases. We should therefore validate that we have indeed valid number.
On many places in the config creations we have
Number(...)
, butNumber("asd") === NaN
which is stillnumber
but not really applicable for our usecases. We should therefore validate that we have indeed valid number.This could be tackled together with #388
The text was updated successfully, but these errors were encountered: