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
* fix(backend): Fix for next 14 fetch bind issue
* fix(nextjs): Use named imports for fetch runtime polyfill
Next14 seems to have changed the way it handles default exports when using the webpack bundler for some of their build variants when using `npm run dev`. This commit ensures that we no longer use the default export in an effort to improve compat between the different nextjs versions.
More information can be found here: https://esbuild.github.io/content-types/#default-interop
and here: #612
* Create late-dolphins-peel.md
---------
Co-authored-by: Nikos Douvlis <[email protected]>
0 commit comments