Skip to content

Commit

Permalink
Fix deprecation message for non-public member
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Sep 26, 2023
1 parent e9232c5 commit 0ee27d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/react_client/dart_interop_statics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'package:react/src/react_client/private_utils.dart';
import 'package:react/src/typedefs.dart';

/// The static methods that proxy JS component lifecycle methods to Dart components.
@Deprecated('For internal use only. Will be made private in 7.0.0.')
@Deprecated('Only used with the deprecated Component base class and not Component2.')
final ReactDartInteropStatics dartInteropStatics = (() {
final zone = Zone.current;

Expand Down

0 comments on commit 0ee27d4

Please sign in to comment.