Patch Changes
- 0b1cb62: Use native
BroadcastChannelinstead of thebroadcast-channelpackage
Thebroadcast-channeldepends onnode-gyp-build, which can cause issues when deploying on Vercel as it is a native dependency.
The added value ofbroadcast-channelis to be able to communicate the change of authentication state accross processes in a NodeJs / Electron environment, but this is considered an edge case for now.
See Vercel official documentation.