Skip to content

Commit

Permalink
Fix Dart-2-specific import
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Oct 10, 2024
1 parent 50abd3f commit ff88b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/util/prop_conversion.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This is only an unnecessary import in Dart 3; in Dart 2, we need it for allowInterop.
// ignore: unnecessary_import
import 'package:js/js.dart';
import 'package:js/js_util.dart';
import 'package:meta/meta.dart';
import 'package:over_react/over_react.dart' show Context, Ref;
Expand Down

0 comments on commit ff88b62

Please sign in to comment.