Bingen Galartza Iparragirre

Results 9 comments of Bingen Galartza Iparragirre

As far as we could see the [core api](https://react-leaflet.js.org/docs/v3/core-introduction/) which is used to extend the functionality of the library is not available in the main UMD JS file. But after...

Also interested on this. Did you find any workaround or fix? My understanding of the code is that `setResponseType` is called before the request is triggered. And `detect-response-format` relies on...

Hello, Did you try with the piece of code we provided in the issue message? We tried again and we still get a wrong behavior: - When `token1` expires the...

Hello: We debugged the timestamps using the following code: ```javascript token1 = "xxx" token2 = "yyy" console.log(Date.now()) dev = new Twilio.Device(token1, {logLevel: 1, debug: true, tokenRefreshMs: 30000 }) dev.on('tokenWillExpire', ()...

Hello, What I meant is that the timestamps are sensible for the test we were doing. The unexpected behavior is still there: The `tokenWillExpire` event is only triggered just once....

Hi erdos, We tested it with the templates we are using, and it works like a charm. We didn't find any issue. Thanks!

When using the Google Close Compiler with the library, I get a similar error: ``` Closure compilation failed with 1 errors --- node_modules/react-date-range/dist/components/DateRange/index.js:145 Illegal variable reference before declaration: color ```

Related or duplicated: https://github.com/hypeserver/react-date-range/issues/642 https://github.com/hypeserver/react-date-range/issues/474

We have the same use-case/need too. However, I'm not sure what the best solution might be. The validation function somehow returning the error path(s) sounds good to me.