From e47f664784c151bbd8e0cd29d47d7736dce00544 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 10 Mar 2025 14:48:43 +0100 Subject: [PATCH] changesets: beehive the hip bugs Signed-off-by: Patrik Oldsberg --- .changeset/hip-ladybugs-behave.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/hip-ladybugs-behave.md b/.changeset/hip-ladybugs-behave.md index 44cf690505..af5622670f 100644 --- a/.changeset/hip-ladybugs-behave.md +++ b/.changeset/hip-ladybugs-behave.md @@ -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); ```