Creates a extensions that render a React wrapper at the app root, enclosing
the app layout. This is useful for example for adding global React contexts
and similar.
Deprecated
Use @backstage/plugin-app-react#AppRootWrapperBlueprint instead.
If you were using this blueprint to provide a context for your plugin,
use PluginWrapperBlueprint from @backstage/frontend-plugin-api/alpha instead.
Creates a extensions that render a React wrapper at the app root, enclosing the app layout. This is useful for example for adding global React contexts and similar.