Jemt / Fit.UI

Fit.UI is a JavaScript based UI framework built on Object Oriented principles
http://fitui.org
GNU Lesser General Public License v3.0
19 stars 7 forks source link

Typings for Fit.Core.Merge(..) does not guard against null arguments #176

Open Jemt opened 1 year ago

Jemt commented 1 year ago

Fit.Core.Merge(null, { x: true, y: new Date() }) fails runtime without problem being caught by our typings while writing the code.