Demo website doesn't use the latest version of react-arborist
Hi!
While I was investigating on a bug (https://github.com/brimdata/react-arborist/issues/313) that was reproducible on my app, but not reproducible on the hosted demos, I found out that the hosted demos weren't using the latest version of the library.
It would be nice to automatically update the demos on new releases of the library. Since the demos are hosted on Netlify, I thought that Netlify was supposed to update the app automatically, but there may be some issue during the build?
I was also wondering something similar, because the demo for the cities tree shows open all and close all performing within a second, but when I do it with 10k fewer tree nodes in a production-built local app, it takes both actions a few seconds to process.
Nevermind - I had assumed it was a different version, but my performance differences actually had to do with the structure of the data and not the number of nodes.