We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfc23f commit f3cdedfCopy full SHA for f3cdedf
src/containers/StateContainer.jsx
@@ -24,7 +24,7 @@ const StateContainer = ({ stateDiffs, clearLog }) => {
24
<span className='state-span'>
25
26
<ReactJson
27
- src={el.oldState[Object.keys(el.oldState)[0]]}
+ src={el}
28
name={null}
29
iconStyle='triangle'
30
indentWidth={1}
0 commit comments