-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This is because the connect() method in the toast_controller is firing twice. For somewhat mysterious reasons. You have tried:
❌ Catching the turbo preview (none of the connections are from turbo previews!)
❌ Debouncing the addToast method (didn't work, because we're firing the connect() method in a different instance each time)
❌ Counting / restricting the number of flash requests (there's only one!)
Something else to try:
- Looking for an existing instance of the
toast_controller, and not firingconnect()if it already exists. Not sure how to do it.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working