use_build_context_synchronously provides incorrect warning in some case #59093
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-set-flutter
P4
context.mounted
if used with any operator reports warning ofuse_build_context_synchronously
but without any operator, it works as expected.For example,
does not report any warning but
reports warning.
The text was updated successfully, but these errors were encountered: