Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
action_sheet: Fix use of stale context
On hot reload, the `DesignVariables.of(context)` lookup in this builder could throw because `context` was no longer mounted. (I'm not sure if the issue could also be triggered in release builds.)
- Loading branch information