You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does not detect global.WebSocket (while globalactually exists), meaning that for some reasons WebSocket was not imported before. Do we have to execute some specific commands to trigger the import of the ws npm module?
The text was updated successfully, but these errors were encountered:
Since I switched to recent versions of viem I am encountering this issue.
Possible related issue
I believe it is related to this wevm/viem#1329.
Use case from which it comes
- One using Node w/ CommonJS
- One for the browser w/ ES modules
Error details
It seems that when in Node the method
getNativeWebSocket
here: https://github.com/wagmi-dev/isows/blob/5fd0ad1dd0f955383be002ae5d4a3b930dd4acb5/src/utils.ts#L3does not detect
global.WebSocket
(whileglobal
actually exists), meaning that for some reasons WebSocket was not imported before. Do we have to execute some specific commands to trigger the import of thews
npm module?The text was updated successfully, but these errors were encountered: