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
Maybe replace initToaster with proper React component as part of the main <App/> (it currently calls its own React.render())
❌ Maybe not, because notify also/especially works in the content script, which doesn't necessarily have a single React root.
To do
toast.info()
,toast.warn()
) timolins/react-hot-toast#29❌ Maybe not, because I think it makes sense that notifications can be closed
initToaster
with proper React component as part of the main<App/>
(it currently calls its ownReact.render()
)❌ Maybe not, because
notify
also/especially works in the content script, which doesn't necessarily have a single React root.Done
{duration, type}
object:The text was updated successfully, but these errors were encountered: