Fabrizio Ruggeri

Results 91 comments of Fabrizio Ruggeri

Any news on this? I also think the defaultValue should be respected. If not any language will have a default value which is wrong (the english one) instead of the...

I would be available to propose a PR but I need some guidance through the code, or at least to know where to look at.

Ok, thank you. I'll try and I'll let you know

The documentation on pcLines is not very complete. There's no example that tell the name of the function for example. Is it `pcLInes` or `pcLinesTransform`? Once we apply the pcLines,...

Thank you @WorldThirteen . As you can see from my other issue I already found the example code :)

I have the same error, even with a different setup but problably always linked to unmounting the component

I changed the implementation and I have not the error anymore. If I'm able to reproduce it again I'll post some code here

@Ganesh-grandy the point is that I don't know what I changed to make it work. Also, I don't use this anymore, sorry

While waiting for this feature to be implemented, I create a fork (published on npm) that let you customise the key (and other things). https://github.com/ramiel/graphql-codegen-plugin-typescript-swr I also made a PR...

This is when the key is provided by the user. Is there any alternative when the key is autogenerated? I think it's not possible at the moment. If I can...