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
After upgading to the latest urql + graphcache i get the following errors
./node_modules/@urql/exchange-graphcache/dist/urql-exchange-graphcache.esm.mjs
Can't import the named export 'buffer' from non EcmaScript module (only default export is available)
The text was updated successfully, but these errors were encountered:
Okay, urql@1.9.4 and next-urql@0.3.6 have been fixed up to account for react having no ESM bundle. The fixes for #636 have created a ripple effect of us trying to utilise .mjs and package.json:exports correctly and consistently and on the way we also ran into a Webpack issue. Sorry about that! 🙏
After upgading to the latest urql + graphcache i get the following errors
./node_modules/@urql/exchange-graphcache/dist/urql-exchange-graphcache.esm.mjs
Can't import the named export 'buffer' from non EcmaScript module (only default export is available)
The text was updated successfully, but these errors were encountered: