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
applyDiff not working if the target is undefined/null/false but diff works well with the same target. So, I think applyDiff should works with target same as diff do (applyDiff should change the target or diff, should return null as difference).
applyDiff
not working if the target isundefined/null/false
butdiff
works well with the same target. So, I thinkapplyDiff
should works withtarget
same asdiff
do (applyDiff
should change the target ordiff
, should returnnull
as difference).https://playcode.io/366102
The text was updated successfully, but these errors were encountered: