Matt Biggs
Matt Biggs
I would love to see this feature implemented. We currently are doing an infinite scroll grid in the pro version and have just seen the addition of the tree data...
Hi, Thanks for investigating, I'll take a look at our tests again. We originally noticed this issue because the cypress tests in our main app that use this component stopped...
Sticking with just the component test for now, I tried your suggestion of using `[data-slate-node="text"]` for just the typing however i get errors from cypress that `data-slate-node='element'` is covering it....
Adding the 100ms delay does seem to make it better for this component test. I tried several times and it didn't get the order of the letters wrong. When we...
Thanks, that would be appreciated. I did wonder if it was possibly a slate issue. I've been keeping an eye on both repos to see if anyone else reports similar.
In our shared component called `@company/grid` we execute `yarn link` and then a `rollup --watch`. This means any time we make code changes the project automatically recompiles. In our main...
I did try numerous different configuration options, mostly messing with the regex of what should be included. It always seemed like it should have worked, webpack went through the motions...
I raised an issue https://github.com/mui/material-ui/issues/42161 which got closed as a duplicate of this one. However, the fixes that went in to v5.15.19 don't seem to address it so i'm hoping...
Thanks for the update
I've just come across the same problem when trying to replace a standard `useQuery` with `createQueryPreloader` and react-router. The apollo cache is hit correctly, but the `data` never updates after...