Files
backstage/.changeset/long-dragons-kneel.md
T
Andrew Thauer 651b919dbb feat: add accordian home page toolkit support
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
2022-02-15 06:57:03 -05:00

474 B

@backstage/plugin-home
@backstage/plugin-home
patch

Add Renderer support for the HomePageToolkit component.

Previously <HomePageToolkit Renderer={ComponentAccordion} Tools={[]} /> would result in the error can't access property "map", props.tools is undefined. This change adds a context that can pass props down to the HomePageToolkit. Also introduced is an expanded prop on the ComponentAccordion to setting the default expanded state. See In Accordian story for details.