Fritz
Fritz
This is a good candidate for a pull request.
@Bazif-Khan I haven't had the time to work on a fix for it, though the path to resolution seemed pretty clear at the time I left it. The code is...
Try removing the `.toJSON()` from `const tree = renderer.create().toJSON();` in your test, and see what that gets you.
I think it’s the brackets around the theme name in your import statement there.
@top1st The icons were just something I added for example usage. Check out the demo code here to see how I did it: https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/blob/master/demo/app.js
That is true. For these themes, I think migrating away from the style loader, as was done in the main library, would be the most logical step before updating to...
Cool! I don’t have a way to plug in just the css file, unfortunately. The simplest way to change it would be to copy the default node renderer file and...
This fix is now available in v5.4.0. Thanks!
Reopening this as it is an issue again in 5.2.0 (the previous change was reverted intentionally because it caused the bug described in #913 )
Thank you for the issue report. I have confirmed this in some recent work of mine as well. There is a straightforward issue with stale references to a variable (`navigation.isFinalSlide`...