mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 13:46:55 +03:00
fix(redux-devtools-inspector): fix jsondiffpatch import
This commit is contained in:
parent
bdef606bba
commit
ea969017c1
|
@ -1,4 +1,4 @@
|
||||||
import { DiffPatcher } from 'jsondiffpatch/src/diffpatcher';
|
import { DiffPatcher } from 'jsondiffpatch';
|
||||||
|
|
||||||
const defaultObjectHash = (o, idx) =>
|
const defaultObjectHash = (o, idx) =>
|
||||||
(o === null && '$$null') ||
|
(o === null && '$$null') ||
|
||||||
|
|
Loading…
Reference in New Issue
Block a user