Martin Schwier

Results 11 comments of Martin Schwier

I have the same problem in a react native app: `TypeError: Cannot read property 'resolve' of null` stack: `node_modules/debounce-promise/dist/index.js:54` It is reported on production every now and then but I...

No, sorry I implemented the functionality with lodash's debounce function now.

React native is 0.63.3 with hermes js. Until now I just had the report on android devices, but our iOS release may have the same issue (iOS version is released...

I don't think it will work without patching ReactOnRails and/or this bundle, as the current render path doesn't seem to support async functions. But I would also like to get...

I'm not sure. I currently use it with a slightly modified version of react-widgets, to get the timepicker scroll automatically to a given time when opening it (as long is...

Hi. I'm still not exactly sure what you mean, but I can keyboard navigate in my modified RW version exactly as in yours. It's just that I pass a new...

Hm, but that's exactly what I need in my case. It always puts the wanted item at the top, regardless if it's below or above the viewport. As far as...

> I'm actually curious how you do it in the one case but not the other. both scrolling when open and scrolling when pressing arrowKey up/down. You can see this...

To fix the problem described by @mikemix I use the `map` option of the webpack-manifest-plugin to change the key of the web manifest file: ```js ... .configureManifestPlugin((options) => { options.map...

Sorry, I was wrong with my assumption. It's just the pk that is None. So no problem for my use case...