Merge pull request #29132 from backstage/rugvip/bugs

changesets: beehive the hip bugs
This commit is contained in:
Patrik Oldsberg
2025-03-10 14:50:09 +01:00
committed by GitHub
+1 -2
View File
@@ -7,6 +7,5 @@
You can replace existing usage of `app.createRoot()` with the following:
```ts
const root = tree.root.instance?.getData(coreExtensionData.reactEleme
nt);
const root = tree.root.instance?.getData(coreExtensionData.reactElement);
```