Matt Palmer

Results 7 comments of Matt Palmer

I'm running into this in a couple of different queries. One involves a fragment, another does not. Both use `... on SomeType` in some way. The queries fetch the expected...

Without the __typename I don't think caching will work? That would address my issue (like using `no-cache` does), but I'd like to get this working with the cache.

I'm seeing the same thing. It looks like it was introduced in 0.0.122. Closing parenthesis on function declarations and return values are not being recognized as `punctuation.parameters.end` and opening parenthesis...

I'm getting the same error. react: 16.13.1 react-native: 0.63.4 react-native-file-viewer: 2.1.5 iOS: 15.2

I think this is specific to M1 Macs. I noticed the same issue reported for a similar function in a different package: https://github.com/RonRadtke/react-native-blob-util/issues/80

Sorry, I didn't find a solution for this and eventually switched to GH Actions.

I ran into the same thing. Updating my connection string as mentioned in [this comment](https://github.com/prisma/prisma/issues/27611#issuecomment-3067177513) resolved the issue for me.