From 24aa243f36e00c53b37ad8eaa76b448064f15f65 Mon Sep 17 00:00:00 2001 From: gioboa Date: Fri, 22 May 2026 11:44:57 +0200 Subject: [PATCH] docs: add missing changeset --- .changeset/honest-suns-sleep.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/honest-suns-sleep.md diff --git a/.changeset/honest-suns-sleep.md b/.changeset/honest-suns-sleep.md new file mode 100644 index 00000000..56209295 --- /dev/null +++ b/.changeset/honest-suns-sleep.md @@ -0,0 +1,5 @@ +--- +'@qwik.dev/partytown': patch +--- + +fix: initialise ErrorObject to Error instead of null to prevent instanceof crash