You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
},disableDelete: ()=>(itemTree.children.length==1),getSetItems: (keys: string[],getSetter: TreeNodesGetSetter)=>{props.transformedDataAndSetter.setItemsByKey((oldData: TransformedData)=>{// TODO: Remove all instances of this getSetItems interface and replace it with just setItemsByKeyconstoldItems=keys.map(key=>oldData.keyedNodes[key])constnewNodes=getSetter(oldItems);returnnewNodes.reduce((nodeDict,node)=>{nodeDict[node.id]=node;returnnodeDict;},{}asRecord<string,ItemTreeNode>);});},thisItem: itemTree})}></Item >)
})}</RenderTimeContext.Provider>}
The text was updated successfully, but these errors were encountered:
https://api.github.com/acenturyandabit/workflowish/blob/d9dac81df2e15a1b543aaf24406286b3278b7042/src/Workflowish/index.tsx#L158
The text was updated successfully, but these errors were encountered: