Conner
Conner
Sorry to dig up a stale thread, but wondering if there's been any update to a solution for using `apollo/client` with `svelte-kit`? Still getting the `Directory import '.../node_modules/@apollo/client/core' is not...
@cudr Thanks for getting back to me :) For others who are curious, here's line I used in the script we set up. We were deploying to vercel which fortunately...
> @cchyung @cudr thanks for the "tricks"/"hack". > > However, they did not work for me with Apollo version (3.5.5) and latest Sveltekit (1.0.0-next.201), but removing the `.js` in `.cjs.js`...
If others face this issue. A manual replace of `AbiType.Event` with `'event'` and `AbiType.Function` with `'function'` resolved these issues. Looks like the `AbiType` dict is exported at `dist/index.js` but for...
What did you do to make it work?
still running into this issue as of react native 0.74.2 on iOS
also running into this issue - there must be a better fix or a more graceful error than crashing the entire app on ios?