Qwerty (Vítězslav Ackermann Ferko)
Qwerty (Vítězslav Ackermann Ferko)
@SimenB Do you think it would be reasonable to add a **bug** flag to this ticket too? Given the video above, there is over 1 minute of stale time where...
I haven't been working on this project for several months now, but I just tried to update the `jest ts-jest babel-jest` packages to `v28` and the long delay seems to...
I updated the jsfiddle where the exact mentioned issue above can be observed. https://jsfiddle.net/sm706vyd/2/
It can be further reduced to just this, but I find the remaining type definition helpful to showcase the issue. ```ts // Incorrect export const useWeb3React: (key?: string) => any...
A workaround people usually use, which is accepted by the TS community is adding a comma `,` at the end of the generic, which is allowed in generics lists, but...
Yes, you could add check for this too `,>` or `, >` e.g. `` or `` or `` or ``, which is a generally accepted escape hatch in JSX-TS world...
Yeah, I guess so.
Dang, I put that commit message there by mistake. I thought it was the PR text. You can amend my commit and remove it if you want.
@rzadp I didn't see this before. I will look at it.
Use `SETX` to make it permanent. Note, `setx` won't apply the value to current shell, so use both. ``` setx NODE_EXTRA_CA_CERTS C:\path\to\your\ca.pem set NODE_EXTRA_CA_CERTS=C:\path\to\your\ca.pem ``` Anyway, this 👆 hasn't helped...