Jiří Vyhnálek
Jiří Vyhnálek
Hi, this is an effect of the architecture of V9 components. Internally in DataGrid, we're managing the state of it. One part of the state is the definition of columns....
hello @izkizk8, You could definitely check if the current column should still be rendered in the `renderHeaderCell`, by comparing it to the up-to-date state. I understand this is not ideal,...
> Can you please create a separate PR that adds boilterplate only (i.e. package generation)? @layershifter yup, here it is: https://github.com/microsoft/fluentui/pull/29771
Hi @gouttierre, the Toast itself doesn't really have any Action button. We are using a `Link` component in our docs as action button, but you can use anything you'd like,...
This error is caused by the List validating the proper combination of elements and roles for list and list items. Please note that this only happens in dev mode, prod...
@bsunderhus should we close this?
Btw I learned this could be worked around by wrapping the element with `role="application"` ancestor. Probably not applicable everywhere and not a fix, but worth noting.
@layershifter possibly, seems that the #23033 is about the component prop itself, what this one is about is passing down a data attribute to one of the slots of the...