From 06407c0ec082d2ea62d2610b0b4c0fbb837346e8 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 6 Sep 2022 10:28:28 +0200 Subject: [PATCH] chore: commit with warnings for now Signed-off-by: blam --- plugins/graphiql/api-report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/graphiql/api-report.md b/plugins/graphiql/api-report.md index c96966c585..a879bd6489 100644 --- a/plugins/graphiql/api-report.md +++ b/plugins/graphiql/api-report.md @@ -72,8 +72,10 @@ export class GraphQLEndpoints implements GraphQLBrowseApi { static github(config: GithubEndpointConfig): GraphQLEndpoint; } +// Warning: (ae-missing-release-tag) "GraphiQLPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// // @public (undocumented) -export const Router: () => JSX.Element; +export function Router(): JSX.Element; // (No @packageDocumentation comment for this package) ```