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 5d36c15 commit 76d9a5eCopy full SHA for 76d9a5e
src/app/containers/ActionContainer.jsx
@@ -21,6 +21,7 @@ function ActionContainer() {
21
if (snapshots.length > 0) {
22
// breadth first function - take in an delta obj
23
function breadthFirst(delta) {
24
+ if (delta === undefined) return '';
25
// aux array = current and one called next
26
let current = Object.values(delta.children); // Object.keys(delta.children);
27
let next = [];
0 commit comments