use-undo icon indicating copy to clipboard operation
use-undo copied to clipboard

use equal

Open qld-cf opened this issue 2 years ago • 0 comments

import isEqual from 'lodash.isequal';

case ActionType.Set: {
    const isNewCheckpoint = useCheckpoints ? !!action.historyCheckpoint : true;
    const { newPresent } = action;

    if (isEqual(newPresent, present)) {
      return state;
    }

qld-cf avatar Dec 14 '23 13:12 qld-cf