@@ -1,5 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': minor
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Changed <TechdocsPage /> to use <NotFoundErrorPage /> from createApp
|
||||
|
||||
@@ -41,7 +41,7 @@ export type TechDocsPageProps = {
|
||||
};
|
||||
|
||||
export const TechDocsPage = ({ children }: TechDocsPageProps) => {
|
||||
const NotFoundErrorPage = useApp().getComponents().NotFoundErrorPage;
|
||||
const { NotFoundErrorPage } = useApp().getComponents();
|
||||
const outlet = useOutlet();
|
||||
|
||||
const [documentReady, setDocumentReady] = useState<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user