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
This is a backwards breaking change, so will require implementation in two steps:
Introduce withMerge function, leaving merge as a mutable function, but start to emit a deprecation notice.
Upon next major release, remove merge function completely.
It might actually make more sense to make merge immutable by default, but due to this decision being made, withMerge is so much more obvious what it does due to the consistency with other with functions.
The text was updated successfully, but these errors were encountered:
This is a backwards breaking change, so will require implementation in two steps:
withMerge
function, leavingmerge
as a mutable function, but start to emit a deprecation notice.merge
function completely.It might actually make more sense to make
merge
immutable by default, but due to this decision being made, withMerge is so much more obvious what it does due to the consistency with otherwith
functions.The text was updated successfully, but these errors were encountered: