Clint Pearson
Clint Pearson
> > We've just gone down the route of using Azure's Document Intelligence > > [@ckpearson](https://github.com/ckpearson) Do you have code you can share for this? So everything you need should...
We're also running into this for the following scenario: 1. Construct node structure using props 2. Flatten using `flattenTree` 3. Derive ids for expansion from `flattened.Map((node) => node.id)` Provide both...
Just a note for others running into this, one way we've found to semi-overcome this is to: 1. Compute our data and expanded IDs together (only gets you so far...