dominictobias
dominictobias
Hi, the `subscriptions-transport-ws` package has a 4th option: ```js constructor( url: string, options?: ClientOptions, webSocketImpl?: any, webSocketProtocols?: string | string[], ) ``` Which is called here: ```js private connect() {...
Hi, thanks for this component. It seems like there is no way to customize the selected item (apart from styling which is pretty limited). It seems like a common use...
Hi thanks for this great project. Not a bug but a few questions hope you don't mind! **Not minified:** I have latest v2 and the prod `build` does not minify...
**Describe the bug** Apollo sends an `extensions: {}` field with subscription queries like so: ```gql { "id": "1", "type": "start", "payload": { "variables": { "_v0_symbol": "btcusd" }, "extensions": {}, "operationName":...
Hi, I'm using `useLazyQuery` for a user lookup for suggestions, so it's important that requests aren't missed. The default behaviour it seems is that requests are ignored if one is...
Hi you have a few issues about Android crashes that are likely due to this e.g. https://github.com/onfido/react-native-sdk/issues/8 https://github.com/onfido/react-native-sdk/issues/30
Hi, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/with "Using with is not recommended, and is forbidden in ECMAScript 5 strict mode." I was wondering if there is a way to avoid using `with` as my closure...
Most of the utils which were not converted from TS are now natively supported in Flow. I had to update the spread test as you can see, using spread for...
Hi, when referencing another styled component like this: ```ts const Parent = styled('div')`` const Child = styled('div')` ${Parent}.active & { background: blue; } ` ``` It works but generates the...
Hi, this is using deps which have a security vulnerability: https://github.com/advisories/GHSA-f8pq-3926-8gx5