Dalmo Mendonça

Results 6 comments of Dalmo Mendonça

Found a way... clumsy but works: **Edited for simpler way** Add a listener to the `dispatcher` contentScript ``` import {createDemo} from '../create-block-demo' const dispatchMap = new Map([ // ( ......

My use case is slightly different. I wish `refetchQueries` worked when a failed mutation is retried and succeeds. In my case, an expired token is the most common cause of...

+1 for custom actions. That's probably my main use of Listary right now. For example I have this custom action to open projects in vscode: ![image](https://user-images.githubusercontent.com/33860060/163706556-78dae6ee-cd65-4b47-a2f1-77cdfeb9811f.png) The above is a...

You're right! I was able to get it done with Adir's help here https://github.com/adirh3/Fluent-Search/issues/552#issuecomment-1100884601

None of the suggestions above work for yarn v2 or v3 - most of those flags don't even exist. The only option is the going nuclear: ``` rm -rf node_modules...

Same here. ``` "date-fns": "^2.29.1", "typescript": "4.8.0-beta", ``` ![image](https://user-images.githubusercontent.com/33860060/181871579-3e8ea0a1-d9eb-4967-a970-70aa7778e645.png)