diff --git a/.changeset/young-squids-mate.md b/.changeset/young-squids-mate.md index 116d20f05..85c988b4b 100644 --- a/.changeset/young-squids-mate.md +++ b/.changeset/young-squids-mate.md @@ -5,3 +5,5 @@ Remove `import "client-only";` It's not well-documented, and nobody is using it. While 'server-only' makes sense because of security, 'client-only' is only for a hint that is detected by React/Next.js anyway. + +Also, update the Electron.js example.