Ishan

Results 7 comments of Ishan

I am facing the same issue, cannot update the state of the component inside the carousel. Maybe it is only made for simple images

https://github.com/brainhubeu/react-carousel/issues/645 : Maybe this fixes the issue PR raised : https://github.com/brainhubeu/react-carousel/pull/647

I can work on this, anywhere to start with?

@mnelemans I tried your change and still I am getting the same build error. To be sure I cloned your repo, ran yarn install, copied the code from react-carousel/lib into...

@mnelemans Amazing. It works now. The recoil bump was enough to make it work. You might as well bump the recoil version to the latest version 0.0.13, checked it works...

``` const Container = () => { const [editor, saveEditor] = useState(null) useEffect(() => { if(editor){ // editor is available here for commands } },[editor]) return } ``` ``` onCreate={({...

Hey @idevelop did you find a solution to this issue?