polaris
polaris copied to clipboard
[IndexTable] allow ReactNode as heading title
Feature request summary
- update typing to allow
ReactNode
instead ofstring
fortitle
inIndexTableHeading
; - fix React keys issues when passing a node;
Rationale
Right now it's already possible to pass a component to title
and it will render correctly: https://codesandbox.io/s/tooltips-examples-75cc9c?file=/App.js
But TypeScript will complain, plus React will throw warnings about React keys in the console.
I have made a PR: https://github.com/Shopify/polaris/pull/7122