Adam Wett

Results 3 comments of Adam Wett

temporary fix: ```ts export const queryFields = (): string => { return (Object.keys({} as { [K in keyof T]: T[K] })).join(','); }; ```

I've also run into this when trying to use Storybook and Expo.

> Yeah I fixed it by updating expo-cli Wasn't this replaced by `npx expo`?