We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5140ee5 commit c98ff5aCopy full SHA for c98ff5a
packages/firebase_ui_firestore/lib/src/table_builder.dart
@@ -871,7 +871,7 @@ class _Source extends DataTableSource {
871
872
@override
873
int get rowCount {
874
- if (_aggregateSnapshot?.count != null) return _aggregateSnapshot!.count!;
+ if (_aggregateSnapshot?.count != null) return _aggregateSnapshot!.count;
875
// Emitting an extra item during load or before reaching the end
876
// allows the DataTable to show a spinner during load & let the user
877
// navigate to next page
0 commit comments