Rom Grk
Rom Grk
I'm cool with the bufferline => barbar rename as well, but let's try to migrate gradually as well.
Did you open an issue with the plugin that isn't working? I'm not sure under which conditions it stops operating, they might have more clues.
Updated to latest master, not reproducible anymore.
nvm, still present :|
@weartist Still planning on opening a PR? Do you have a partial implementation you can share?
Ok, if you don't have enough time or motivation to complete it don't hesitate to open even a partial PR, others can chime in.
From what I read in the top comment, this isn't throwing an error, it's displaying a warning. If it's the case, the workaround listed there (setting the ref value to...
If you need clean conditional rendering, you can wrap the `apiRef` inside a wrapper component with the datagrid and re-export it with `useImperativeHandle`, so that on the outside you have...
I think we can avoid the issue by avoiding `useImperativeHandle` and just using the ref'ed object directly and never setting the ref to `null`. @mui/xgrid Any thoughts on dropping `useImperativeHandle`?...
I've thought about it some more, and not setting it to `null` might cause API calls to go through even though they shouldn't. Suspense unmounts the DOM elements, so maybe...