Mayank Agarwal

Results 6 issues of Mayank Agarwal

_From @gaoxiaoliangz on June 2, 2017 11:31_ When writing graphql queries, I often have to import external gql files and use them as fragments, like so: ```js const withData =...

react-relay 2 uses React.forwardRef() for RelayContainer which fails the typeof routeComponent === 'object' check.

Commands doesn't work with `export { } from './some_file';`. See example below. ```js // test.js export function foo(): string { return 'foo'; } export function bar(): string { return 'bar';...

bug
autocomplete