Files
backstage/packages/frontend-plugin-api
Jon Koops fa550786b0 fix: use schema-first generic pattern for Zod type compatibility
Refactor `SignInResolverFactoryOptions` and `createSchemaFromZod` to use
`TSchema extends ZodType` instead of `ZodSchema<Output, Def, Input>`,
avoiding "excessively deep" TypeScript inference errors when multiple
Zod copies are resolved in a project.

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2026-03-26 16:31:41 +01:00
..
2026-03-17 21:39:07 +00:00
2026-03-17 21:39:07 +00:00

@backstage/frontend-plugin-api

The new frontend system that this package is part of is in alpha, and we do not yet recommend using it for production deployments

This package provides the framework API used by Backstage frontend plugins. It implements the design outlined in RFC: Frontend System Evolution.

Documentation