Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Add a ToastStore #3853

Merged
merged 1 commit into from
Jan 16, 2020
Merged

Add a ToastStore #3853

merged 1 commit into from
Jan 16, 2020

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Jan 16, 2020

To store toast. Rather than them being stored in the state of the
ToastContainer component, they now have a dedicated store. This mostly
fixes problems involving showing toasts when the app loaded because
we would otherwise have a race condition where something tries to
show a toast before the ToastContainer is mounted.

To store toast. Rather than them being stored in the state of the
ToastContainer component, they now have a dedicated store. This mostly
fixes problems involving showing toasts when the app loaded because
we would otherwise have a race condition where something tries to
show a toast before the ToastContainer is mounted.
@dbkr dbkr requested a review from a team January 16, 2020 20:26
@dbkr dbkr merged commit cf426b5 into develop Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants