refactor: remove long-deprecated routesLoaded lifecycle (#7257)

This commit is contained in:
Joshua Chen 2022-05-04 18:32:49 +08:00 committed by GitHub
parent 51815c12c9
commit b1cafe73df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 17 deletions

View file

@ -505,7 +505,6 @@ export type Plugin<Content = unknown> = {
allContent: AllContent;
actions: PluginContentLoadedActions;
}) => Promise<void> | void;
routesLoaded?: (routes: RouteConfig[]) => void; // TODO remove soon, deprecated (alpha-60)
postBuild?: (
props: Props & {
content: Content;