Ricard Fredin

Results 10 comments of Ricard Fredin

> Just to update the issue, we are considering adding a `useWatch` hook that will return the values as they are updated. > > Example: > > ```js > import...

Seems abandoned yes, found this fork though: https://github.com/sscaff1/hookrouter

@tillschweneker Thanks for the info. I'll have a look at that project.

But this should be a simple option or className set from the component, instead of adding global css rules to override it.

And still same: ```json "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/client-preset": "4.2.4", ``` Changing to these three instead of preset doesn't work either: ```json "@graphql-codegen/typescript": "4.0.6", "@graphql-codegen/typescript-operations": "4.2.0", "@graphql-codegen/typescript-react-apollo": "4.3.0", ``` Looks to me...

Running `console.log(Object.getOwnPropertyNames(this.schema.__proto__));` gives: ```js [ 'constructor', 'getQueryType', 'getMutationType', 'getSubscriptionType', 'getTypeMap', 'getType', 'getPossibleTypes', 'getImplementations', 'isPossibleType', 'isSubType', 'getDirectives', 'getDirective', 'toConfig' ] ```

```js "@graphql-codegen/add": "5.0.2", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/client-preset": "4.2.4", "@graphql-codegen/typescript": "4.0.6", "@graphql-codegen/typescript-operations": "4.2.0", "@graphql-codegen/typescript-react-apollo": "4.3.0", "graphql-codegen-typescript-mock-data": "3.7.1", ``` I've tried it both with the `preset: 'client'` option and also manually by using...

@tschaub Any idea when you'll have the time to get around and merge these fixes?

After removing Logrocket sdk it went away. Really weird considering they were never part of the stack trace. Sorry for taking up your time.