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
Without this patch people were experiencing problems when bundling the
SDK. See issue ToucanProtocol#95ToucanProtocol#95
The problem is that `isomorphic-unfetch` 4.0.2 upgraded to `unfetch`
5.0.0 which currently has an issue with their module exports leading to
an error when bundling the lib itself or any other lib that depends on
`unfetch`.
See this PR for more information: developit/unfetch#164
Once the PR above is merged we can go back to the latest `isomorphic-unfetch`
version.
0 commit comments