You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the draggable props, I bound the events inside componentDidMount but in the case of an update componentDidMount is not called. This is why the draggable props is not working.
Hi,
Thanks for this lib !
I'm experiencing a weird problem when I want to update a toast that was created with
draggable: false
Here's my code to update the toast :
Everything works perfectly except for the
draggable
. The toast can't be drag even withdraggable
set to true.Is that a bug ?
Thanks for your help !
The text was updated successfully, but these errors were encountered: