animated-stream-list icon indicating copy to clipboard operation
animated-stream-list copied to clipboard

Resolve issue with DiffUtil.eq being null in spawned isolate. Define …

Open dcemmerson opened this issue 4 years ago • 1 comments

…equalizer as member variable in _DiffArguments, which is passed as argument to isolate, and use args.eq instead of DiffUtils.eq (if user passed in equalizer function, else default to (a, b) => a == b).

dcemmerson avatar Nov 27 '20 03:11 dcemmerson

Assuming this PR accepted, we can close out the issue I opened - DiffUtil.eq always null in isolate #6.

dcemmerson avatar Nov 27 '20 03:11 dcemmerson