Christopher Cortes
Christopher Cortes
Same issue here.
Hello again. We've just upgraded to the latest version (3.0.6) and I'm afraid the issue is not solved yet. The type for the `ethereum` property was just changed to `unknown`...
Any news regarding this issue?
In fact setting the property to `unknown` is a bit restrictive because the developer is "forced" to cast this to the corresponding type according to his needs. I do understand...
Well, in fact the issue here is more about integration with other tools in the ecosystem. While I do agree that TS main goal is to type your code, there...
Well, it depends on the strictness set to the TS compiler in your project. With `strictNullChecks` enabled the `any` type doesn't include `optional`. So yes, it will be a problem...
@ljharb in fact, the developer always has the choice to cast to the type he wants, regardless of whether the original type is `any`, it can be achieved easily by...
I've applied the workaround that @rexxars suggested, and strangely enough, IE receives the messages more frequently but they are delayed still, now the messages are received in a period where...
Same problem here, for this branch: https://github.com/NationalBankBelgium/stark/pull/902
So with this, you can define in the main `package.json` the version RxJS that you like, it does not affect the library itself (cause it's a peer dependency). You could...