File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -486,6 +486,7 @@ class ReactClassConfig {
486
486
/// Interop class for the data structure at `ReactElement._store` .
487
487
///
488
488
/// Used to validate variadic children before they get to [React.createElement] .
489
+ @Deprecated ('For internal use only. Will be made private in 7.0.0.' )
489
490
@JS ()
490
491
@anonymous
491
492
class ReactElementStore {
@@ -681,6 +682,7 @@ class ReactDartContextInternal {
681
682
}
682
683
683
684
/// Creates a new JS Error object with the provided message.
685
+ @Deprecated ('For internal use only. Will be made private in 7.0.0.' )
684
686
@JS ('Error' )
685
687
class JsError {
686
688
external JsError (message);
@@ -706,6 +708,7 @@ external void throwErrorFromJS(error);
706
708
/// as a variadic child.
707
709
///
708
710
/// Offloaded to the JS to avoid dart2js interceptor lookup.
711
+ @Deprecated ('For internal use only. Will be made private in 7.0.0.' )
709
712
@JS ('_markChildValidated' )
710
713
external void markChildValidated (child);
711
714
You can’t perform that action at this time.
0 commit comments