Thomas Maximini

Results 6 comments of Thomas Maximini

Anyone found a workaround? Like this it's not possible to deploy from GH actions...

since I added a `devtool` option to my webpack config, the problem went away. You can try out those options here: https://webpack.github.io/docs/configuration.html#devtool - I went with `#cheap-module-eval-source-map` fwiw

We're using [date-fns-tz](https://www.npmjs.com/package/date-fns-tz) for this, which comes with two helper functions `zonedTimeToUtc ` and `utcToZonedTime` which makes the transformation pretty easy. It returns a date object.

I am experiencing this issue as well - i hope i will come up with a solution. I have a long list of draggable items that need to be scrollable...

basically what i did to re-enable scrolling was: 1. remove the e.preventDefault() call on the touchHanlder, this enables scrolling 2. tell my scrollables to only fire when they are moved...