feat(popup): allow interaction when open #92
Annotations
4 warnings
🧪 Test:
src/DynamicTreeDataGrid/DynamicHierarchicalTreeDataGridSource.cs#L28
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🧪 Test:
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L76
Dereference of a possibly null reference.
|
🧪 Test:
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L81
Dereference of a possibly null reference.
|
🧪 Test:
tests/DynamicTreeDataGrid.Tests/DynamicFlatTreeDataGridSource/Initialization.cs#L19
Non-nullable field '_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading