fix(redux-devtools-inspector): fix jsondiffpatch import

This commit is contained in:
Nathan Bierema 2020-07-31 00:09:17 -04:00
parent bdef606bba
commit ea969017c1

View File

@ -1,4 +1,4 @@
import { DiffPatcher } from 'jsondiffpatch/src/diffpatcher';
import { DiffPatcher } from 'jsondiffpatch';
const defaultObjectHash = (o, idx) =>
(o === null && '$$null') ||