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
Jemt
changed the title
Typings for Fit.Core.Merge(..) does not guard against null
Typings for Fit.Core.Merge(..) does not guard against null arguments
Jan 21, 2023
Fit.Core.Merge(null, { x: true, y: new Date() })
fails runtime without problem being caught by our typings while writing the code.The text was updated successfully, but these errors were encountered: