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
{{ message }}
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.
Toast code is 100% duplicated between these components. We should not have to copy paste the code on every component we need to send toast notifications on. How can we resolve the duplication of code while still being able to send the same toast notifications from all of the various components?
Maybe we can have a ToastMixin.jsx component?
The text was updated successfully, but these errors were encountered:
related to #14
Toast code is 100% duplicated between these components. We should not have to copy paste the code on every component we need to send toast notifications on. How can we resolve the duplication of code while still being able to send the same toast notifications from all of the various components?
Maybe we can have a ToastMixin.jsx component?
The text was updated successfully, but these errors were encountered: