Skip to content

Commit

Permalink
Merge pull request #5 from WebMad/corrects-inheritance-of-data-scope-…
Browse files Browse the repository at this point in the history
…container-to-base-scope-container

Corrects inheritance of DataScopeContainer class to BaseScopeContainer
  • Loading branch information
kltsv authored Dec 16, 2024
2 parents 07fc795 + d12af8b commit ebe685a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yx_scope/lib/src/scope_container.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class ChildScopeContainer<Parent extends Scope>
}

/// {@macro data_scope_container}
abstract class DataScopeContainer<Data> extends ScopeContainer
abstract class DataScopeContainer<Data> extends BaseScopeContainer
with DataScopeContainerMixin<Data> {
DataScopeContainer({
required Data data,
Expand Down

0 comments on commit ebe685a

Please sign in to comment.