changesets: beehive the hip bugs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-03-10 14:48:43 +01:00
parent 7942af3907
commit e47f664784
+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);
```