Bruno Oliveira

Results 12 comments of Bruno Oliveira

The way I solved it was to move the line `const events = subject.events || {};` to the inside of every emulated jquery function (unbind, bind, triggerhandler) like this: `unbind(event,...

Hi again :) Unfortunately with the new version I have another error when connecting to SignalR: "method GET must not have a request body" I traced it to this line...

Hi, I am having the same problem. Can't share with you as well the code but I can tell you that I am using only websockets as transport and I...

No, haveOverlay is true, I checked that. I ended up changing Dialog.js code to remove the close*** props and changed DialogComponent.js to pass dismissOnHardwareBackPress to PopupDialog and then it worked.

@jacklam718 , tested version `v0.1.11` and it works now. Thank you very much!

I agree with @magnattic, `@testing-library/dom` should be a peer dependency. Today, it is a dependency of the following packages: `@testing-library/react` `@testing-library/cypress` `eslint-plugin-jest-dom` If you have all these installed in the...

To anyone experiencing this problem, this seems to be an issue with `ethon` version 0.12.0 (that was what I was using). After updating it to 0.15.0 it worked. The issue...

Thank you @joaopedrofump, I acknowledge the bug and we will work on a fix. When we have it available, you will be notified.

Hi @ext-rafael-silva, we acknowledge this issue and we will work on a fix. You will be updated when we have the fix available. Thank you!