Flavien DELANGLE

Results 521 comments of Flavien DELANGLE

> Gotcha. Just confirming. Do you mean the peer dep? Yes

> I see that the header row and parent rows are behaving differently when in indeterminate state. Header row deselects everything. I would expect it that it select everything (like...

@alexfauquette we should probably either remove `tooltip.slotProps.popper` from the typing (if not already) or do the merge correctly Classic slot merging stuff :laughing:

I'll have a look, hopefully it's just a small error on our side and not some weaknesses in how CSB handles TS :grimacing:

@michelengelen, do you still have the error in [this example](https://codesandbox.io/p/sandbox/vigilant-field-tjtd5q?file=%2Fsrc%2FDemo.tsx%3A111%2C1) I just added an explicit typing to the return value of `useTreeViewApiRef` and for me the error goes away. Which...

If you are able to reproduce this issue in a small repo outside of Codesandbox it would help me a lot :pray:

The behavior seems so random :grimacing: I cloned the repo linked above and I don't even have the issue on VSCode On Stackblitz I never got the error so far...

The `updateRows` method supports deleting rows: ```ts export type GridUpdateAction = 'delete'; export interface GridRowModelUpdate extends GridRowModel { _action?: GridUpdateAction; } ``` [See the `updateRows` doc section](https://mui.com/x/react-data-grid/row-updates/#the-updaterows-method) We could probably...

I'll have a look, the type should be correctly defined :grimacing: