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.
2 parents 5d36c15 + 76d9a5e commit 0ea0a4dCopy full SHA for 0ea0a4d
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