Nicole Rauch
Nicole Rauch
Apparently jest already comes with jsdom preconfigured. So if you remove your jsdom-global import (or handwritten JSDOM setup), everything should work, plus the error message should be gone. For further...
Are there any news on this? I need to add reordering by drag-and-drop to my tree and I wanted to check back to see whether there is a "native" solution...
Thanks for the offer! Meanwhile I've applied draggable together with the corresponding events, and I found it very simple to use for dragging a node onto another node. I'm also...
@guillaumesayegh Have you implemented this already? I gave react-beautiful-dnd a try, and I wrapped my Tree into a DragDropContext and a Droppable, and I wrapped each tree node into a...
Thank you very much for the sample! I stripped it down to make it compile (basically removed the search stuff and the icon), but I still get the same error...
OK. Downgraded react-beautiful-dnd to 9.0.2 and now everything works. Oh well...
@guillaumesayegh Thanks very much! You helped me get on track with this again. I will submit a bug report with react-beautiful-dnd.
Yup, I encountered the same issue.
Would it be possible to create those files in a subdirectory then? Currently my top-level directory gets flooded with those files, and there is no way to turn them off...
If you add to your FitNesse page the line ``` !define SLIM_PORT {0} ``` Slim will pick an available port at random to communicate with the server. If you want...