Matěj Balga
Matěj Balga
I can confirm the error is indeed caused by the card. (Canon EOS 7D). Everything was working fine until there was some configuration change. After that, it was unable to...
I had "mjs" and "cjs" extensions in metro config already so I haven't noticed any problems... that is until I tried to bundle for the web: I simply cannot get...
I needed to make this work with NextJS and achieved that using a webpack loader, that strips away the flow types (which is the root cause of the problem: 1....
"graphql-middleware": "^6.1.9", "graphql-shield": "^7.5.0" The same code works when ran in a standalone Apollo Server Micro, but when in Next.js (webpack, that is)... Sadly, adding `experimental: { esmExternals }` to...
It doesn't for me, at least not in the web.
Ok, so the key to making this work is to strip away the flow types. Either with babel or webpack (depending on your bundler and platform).