microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
31 stars 35 forks source link

[Bugfix]: TreeGrid allow override internal attributes through props #211

Closed bsunderhus closed 3 months ago

bsunderhus commented 3 months ago

Fixes https://github.com/microsoft/fluentui-contrib/issues/210

  1. Ensures that props will always overrides internal attributes (exception is event handlers, where the internal and external are merged to ensure behaviour)