Brad Jones

Results 64 comments of Brad Jones

I have tested this locally and the behavior of the component appears to be unchanged, and the warning is no longer thrown.

Duplicate of https://github.com/tableflip/react-native-select-multiple/issues/39

I apologize I didn't touch the test coverage here... this came about as part of an upgrade on a project I'm cranking on and my Jest is even worse than...

> I have no chance to fix the failed merge attempt. I believe this is the expected behavior. The tool does a test apply, and any files that cannot cleanly...

This is due to the certificate being valid only for `*.webcomponents.org`, not the apex.

I can't reproduce this and you provide no context to your report.

I can't reproduce this and you provide no context to your report.

Surprisingly, this doesn't break any tests! Probably means we need to add testing for this :-)

Seems at current you'd have to register an event listener for `onError`, and handle it there... but it's not catch-able. :thinking:

Actually... I just tried this and... it works. The promise is rejected with the error, but you can _also_ subscribe to events. Might be stale/can't recreate?