Skip to content

Commit

Permalink
fix: remove ProviderContainer parent (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoheiKanagu authored Jun 9, 2024
1 parent 8779e7a commit 0987fad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/obento/lib/main_dev.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Future<void> main() async {

Widget buildApp(TargetPlatform targetPlatform) {
return UncontrolledProviderScope(
container: ProviderContainer(
parent: container,
),
container: container,
child: MyApp(
targetPlatform: targetPlatform,
),
Expand Down

0 comments on commit 0987fad

Please sign in to comment.