Christian Pannwitz

Results 3 comments of Christian Pannwitz

In Addition to the fix by @FP2K-Minske and @daniel-asilva (both fixes applied), I had to restart daemon and dhcpcd: ``` sudo systemctl daemon-reload sudo systemctl restart dhcpcd ``` afterwards, because...

Aside from that, there's also [React-App-Rewired](https://github.com/timarney/react-app-rewired), which might help you, adding Webpack and Babel things without ejecting.

I just had the same problem, seems like sortablejs can't create the appropriate data tags on a slot (`data-draggable="true"`). Workaround would be to create an additional component in the slot:...