File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
- ` ReactDartInteropStatics `
25
25
- ` ReactElementStore `
26
26
- ` createReactDartComponentClass ` , ` createReactDartComponentClass2 `
27
- - ` dartInteropStatics `
28
27
- ` markChildValidated `
29
28
- ` markChildrenValidated `
30
29
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import 'dart:js';
5
5
import 'dart:js_util' ;
6
6
7
7
import 'package:js/js.dart' ;
8
+ import 'package:meta/meta.dart' ;
8
9
import 'package:react/react.dart' ;
9
10
import 'package:react/react_client/bridge.dart' ;
10
11
import 'package:react/react_client/js_backed_map.dart' ;
@@ -17,6 +18,7 @@ import 'package:react/src/react_client/private_utils.dart';
17
18
import 'package:react/src/typedefs.dart' ;
18
19
19
20
/// The static methods that proxy JS component lifecycle methods to Dart components.
21
+ @internal
20
22
@Deprecated ('Only used with the deprecated Component base class and not Component2.' )
21
23
final ReactDartInteropStatics dartInteropStatics = (() {
22
24
final zone = Zone .current;
You can’t perform that action at this time.
0 commit comments