parsagholipour
parsagholipour
> Here's a solution using [craco](https://github.com/gsoft-inc/craco): > > 1. create a `craco.config.js` in root of your project and put the following in it: > > ```js > const rtlcss =...
Used this trick: ` const [key, setKey] = useState(false);` ` useEffect(() => { setTimeout(() => setKey(key + 1)); }, [isOpen]);` `
Is there any workaround for this?
Unfortunately `rowDirection="rtl"` doesn't work in the version and my tree collapses https://imgur.com/9bJwqO8
RTL got fixed in the stable version 👍
> Is this issue still alive in stable version? No