Dan

Results 22 comments of Dan

Oops, this might be a bug that occurred during the rewrite to TS. Thanks will have a look at it!

@mschipperheyn I didn't personally check it myself, but see this: https://github.com/ctrlplusb/react-tree-walker/pull/46#issuecomment-451268626

After the release of React Hooks I've moved away from `react-tree-walker`. I figured that it will be an endless fight to keep up with React. Very ambitious to say the...

@jdnichollsc Wasn't this explicitely removed in #134? I am using `modalPresentationStyle: 'pageSheet'` and I cannot drag down the page sheet as I am used of other sheets in iOS apps....

@ngbrown, unfortunately, these changes don't make breakpoints work for me (Webstorm). Are there any other changes needed?

@PatrykMilewski I am working with ESM only currently and with `@sucrase/jest-plugin` I get the following error, unfortunately: > Test suite failed to run > > ReferenceError: require is not defined

Currently, we're using `graphql-helix` on Cloudflare Workers and it adds around ~1 MB per worker, which is definitely too much. I'd be happy to help, but I don't know what...

Since @mosch probably will be out for a while, I might as well take this over. I think your comment makes sense, and I'll happily move that function into `@graphql-helix/graphiql`....

The dragging issue should be fixed with `v14.0.0-beta.1`. v14 contains mostly no (breaking) code changes but we simplified the whole build system. The major version/beta is to see if we...

Fixed in `v14.0.0-beta.1` and demo (#375).