Michele Bonazza
Michele Bonazza
don't know if this will help anyone, but the problem is that there's a missing `.bind(this)` call [on this line](https://github.com/steveathon/bootstrap-wysiwyg/blob/2.0-dev/src/bootstrap-wysiwyg.js#L74), so that the `touchend` handler can refer to `this` inside...
https://github.com/facebook/homebrew-fb/pull/47 was pushed, this issue seems to be solved now 🚀
you can actually add support for Relay-specific directives using external definitions, using e.g. [this project](https://github.com/relay-tools/relay-graphql-js/tree/main/packages/graphql-config#usage). I actually included a local definition file with what I need instead, by adding it...