Results 10 comments of Igor

Duplicate to #1870 and #3423. Let's continue a discussion there

Yeah, that's actually a known issue.. I wander why I didn't mention it in the readme 🤔 . The way it was worked-around in Storybook is to create an integrity...

I never tested it with concurrency, so I may assume there is some race condition there. The workaround depends on the reason you need a concurrency, you can do it...

I think you need to add a decorator. Something like this (semi pseudo code): in `custom-decorators.js` ```js import { decorators } from 'react-treebeard'; function HeaderDecorator(props) { const { style, node,...

With a short delay 😅 @Maxim-Mazurok , @milahu Is it something that still needed ? Jest already do not escape characters, so the result is a bit better, but still...

Hey @IanVS , thanks for letting me know, I will try to invest some time to research this, if you find something about it too, lmk

The documentation is in github. what is missing for you ? the only thing in medium is just a blog post about the implementation.

what is missing ? a blog post ? have you seen blog posts in github ? I would like to see how to do this.