Results 8 comments of Noah Shipley

```typescript useGesture( { onPinch: (pinchProps) => { store.pinchZoom(pinchProps) } }, { target: store.rootDiv, eventOptions: {passive: false}, pinch: { scaleBounds: () => ({from: store.zoom, max: 4, min: 0.1}) } }) plugins={[pluginInstance,...

What you've described here sounds more of an ecosystem around managing publically developed and distributed shapes. Personally, I'm more interested in the lower level concept of shapes, providing new shapes...

We also have need of this. Is there any planned support or place we could start adding it ourselves?

Is there any traction on this issue? Just started hitting it today...

Here's my hacky workaround: ``` /** * When the variables inside options changes dynamically, the query is NOT rerunning as of react-apollo beta.5 * See https://github.com/trojanowski/react-apollo-hooks/issues/83 * * We add...

You are a hero. An underpaid, shit upon, taken for granted hero, but you wear a cape nonetheless and your tireless (and unpaid) work has enabled millions of us to...