-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Example:
<Toaster
position="top-right"
gutter={24}
toastOptions={{
style: darkMode() ? {
background: '#363636',
color: '#fff',
} : {},
}}
containerStyle={{'margin-top': '50px'}}
/>
Changes of darkMode only get applied to new toasts, but not pre-existing ones. Is there a way to pass reactivity inside a toast?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working