You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following assertion was thrown during a service extension callback for "ext.flutter.inspector.getRootWidgetSummaryTreeWithPreviews":
'package:flutter/src/foundation/diagnostics.dart': Failed assertion: line 2091 pos 15: 'ifTrue != null || ifFalse != null': is not true.
When the exception was thrown, this was the stack: #2 new FlagProperty (package:flutter/src/foundation/diagnostics.dart:2091:15) diagnostics.dart:2091 #3 TreeView.debugFillProperties (package:fluent_ui/src/controls/navigation/tree_view.dart:655:13) tree_view.dart:655 #4 etc.
Expected behavior
I would expect to see a widget tree inside the Widget Inspector
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
When showing a TreeView, the Widget Inspector throw an error
To Reproduce
Steps to reproduce the behavior:
No widget tree is shown in Inspector
Error is thrown in Debug Console
Expected behavior
I would expect to see a widget tree inside the Widget Inspector
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: