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
Hi . when I clear exisiting notification (error) and generate the new success notification its comes from left rapidly and then show on the top right side
how can I prevent this flickering
Hi . when I clear exisiting notification (error) and generate the new success notification its comes from left rapidly and then show on the top right side
how can I prevent this flickering
Notification.clearAll(); Notification.success({message:'good', delay: 3000,closeOnClick:false});
The text was updated successfully, but these errors were encountered: