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
There are a lot of cases where the function can return undefined and then this pollutes the Analysis class where most methods can also return undefined and the user always has to check if a value was returned.
The text was updated successfully, but these errors were encountered:
I will probably work on it because I need to evaluate if this should not return an array that could be of length 0 if there is no match by the selector.
analysis/packages/base-analysis/src/util/getMeasurementXY.ts
Line 26 in 274c2a7
There are a lot of cases where the function can return
undefined
and then this pollutes the Analysis class where most methods can also returnundefined
and the user always has to check if a value was returned.The text was updated successfully, but these errors were encountered: