diff --git a/.changeset/config.json b/.changeset/config.json index 0bc5fce7227..705002fcff7 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -11,7 +11,6 @@ "qwik-docs", "@builder.io/qwik-labs", "insights", - "@builder.io/qwik-react", "@builder.io/qwik-worker", "qwik-cli-e2e", "qwik-react-test-app", diff --git a/.changeset/real-chefs-teach.md b/.changeset/real-chefs-teach.md new file mode 100644 index 00000000000..e7fc63560ee --- /dev/null +++ b/.changeset/real-chefs-teach.md @@ -0,0 +1,5 @@ +--- +'@builder.io/qwik-react': patch +--- + +FIX: unmount qwikify react root alongside with qwik component (done by @shashkashishka in #7864)