Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(protocol-designer): fix diffing function in makeTimelineMiddleware (
#15235) Closes RQA-2752 Undefined object values were resulting in `false` returns for `substepsNeedsRecompute`, in turn resulting in not propogating up errors from moving labware conflicts. This PR uses deep object equality checks with lodash isEqual to properly return true if our robot timeline needs recomputing.
- Loading branch information