diff --git a/.changeset/khaki-jokes-grab.md b/.changeset/khaki-jokes-grab.md index e94a580e58..31201c1078 100644 --- a/.changeset/khaki-jokes-grab.md +++ b/.changeset/khaki-jokes-grab.md @@ -2,4 +2,4 @@ '@backstage/core-components': patch --- -Adjust ErrorPage to accept optional supportUrl property to override app config and JSX Element as additionalInfo property. +Adjust ErrorPage to accept optional supportUrl property to override app support config. Update type of additionalInfo property to be ReactNode to accept both string and component.