mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +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) =>
|
||||
(o === null && '$$null') ||
|
||||
|
|
Loading…
Reference in New Issue
Block a user