Results 5 comments of Stephen Sizer

I still cant get this to work. https://codesandbox.io/s/silly-glitter-iszzh?file=/src/index.js anyone see whats wrong with the above?

you need to use separate state for you value of the widget to make it work.

It might be best to have some state for the image. ``` const [value, setValue] = useState(); const [imageUrl, setImageUrl] = useState(null); const onChange = (fileInfo) => { setImageUrl(fileInfo.cdnUrl); setValue(null);...

Anymore news on this? Some clients are starting to get frustrated. > On 11 May 2021, at 12:26, Paul ***@***.***> wrote: > > > Hey sorry @nd0ut I have been...