We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When TreeView has no Items, 'There must be at least one item' assertion error happens.
My app dynamically create TreeView's Items at run time. So sometimes There's no Items at all!!.
Please relax this constraint.
To Reproduce Steps to reproduce the behavior: Just create TreeView with no items
TreeView( items: [] // Empty
Expected behavior No assertion error
Additional context fluent_ui: 4.7.4
thx
The text was updated successfully, but these errors were encountered:
c979509
No branches or pull requests
Describe the bug
When TreeView has no Items, 'There must be at least one item' assertion error happens.
My app dynamically create TreeView's Items at run time.
So sometimes There's no Items at all!!.
Please relax this constraint.
To Reproduce
Steps to reproduce the behavior:
Just create TreeView with no items
Expected behavior
No assertion error
Additional context
fluent_ui: 4.7.4
thx
The text was updated successfully, but these errors were encountered: