Gershon Papi

Results 31 comments of Gershon Papi

It solved the error for the first, simpler files, but it still seems to have a problem with the other one, or, for what I've seen, jsx files.

Yes, as well as other jsx files (maybe all, but I didn't check).

ok, so I've came across this file in my project, with which the extension has no proble: ```jsx import React from 'react'; import { DivIcon } from 'leaflet'; import {...

After some checks, it seems that the error comes from [class properties](https://babeljs.io/docs/plugins/transform-class-properties/). For example: ```js rulerEnd = () => { this.props.endRuler(); } ``` Any idea how this can be supported...

I'm having the same issue: iOS not showing watchFolder images only on release build - debug build works fine.

@patrick-stephens just a reminder now that the plugin PR is merged :)

Exactly, the problem is, how to call the mutation from the callback? The callback route is defined and run on the server, and has no relation to the client's store....

Yes, I intend to use passport, but generally speaking I think every oauth implementation involves creating a callback route, to be called by the identity provider. Anyway, your idea seems...

Ok, after some exploring, this is the best solution I have in mind: Pass the `express-graphql` middleware the request as a `rootValue`/`context`. The request will either hold `req.user` if you...