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); ```