e47f664784
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
358 B
358 B
@backstage/frontend-app-api
| @backstage/frontend-app-api |
|---|
| minor |
BREAKING: The returned object from createSpecializedApp no longer contains a createRoot() method, and it instead now contains apis and tree.
You can replace existing usage of app.createRoot() with the following:
const root = tree.root.instance?.getData(coreExtensionData.reactElement);