Mateusz Pigula

Results 4 comments of Mateusz Pigula

Hi @lukasoppermann, I wanted to do this task, but I have a problem with reproducing the state from your [example](http://lukasoppermann.github.io/html5sortable/index.html). I cannot see the border while dragging the item. I...

@lukasoppermann in my forked repo. I have merged upstream/master so no differences with the original one.

In my case this solution worked: ```sh yarn add -D @storybook/builder-webpack5 yarn add -D @storybook/manager-webpack5 ``` bump `react-scripts` to version `^5.0.1` and adding this to `storybook/main.js`: ```js core: { builder:...