Dennis

Results 6 comments of Dennis

@marvinernst Thanks a lot man! That solved my issue

I have this issue too! Did you find any solution for that?

```javascript const OptionsAnimationRef = React.useRef(); ``` Seems to be working but when I am trying ```javascript OptionsAnimationRef.current?.slideInLeft(300); ``` I have ```javascript Cannot invoke an object which is possibly 'undefined'.ts(2722) ```...

I am using SDK 40, In my case speed is a bit faster but anyway is not really acceptable: 4-6 seconds.

@aksonov Thanks! In my case is working.