Files
backstage/plugins/app
Charles de Dreuille b651807e56 fix(storybook): replace require() with ESM import in Toast stories
The RealAlertApiStory component used require('@backstage/core-plugin-api')
inside the function body. Vite bundles Storybook as ESM, where require is
not available at runtime, causing a ReferenceError. Replace with a
standard top-level import.

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
Made-with: Cursor
2026-03-30 11:55:27 +01:00
..
2026-03-24 14:54:00 +00:00
2026-03-24 14:54:00 +00:00

app

This plugin is part of the new frontend system, and represents the foundation of the frontend application itself, which then other features attach themselves into.