We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f973031 commit a4a30a6Copy full SHA for a4a30a6
lib/react.dart
@@ -307,6 +307,7 @@ abstract class Component {
307
/// > This was never designed for public consumption, and there will be no replacement implementation in `Component2`.
308
/// >
309
/// > Will be removed when `Component` is removed in a future major release.
310
+ @Deprecated('For internal use only.')
311
void transferComponentState() {
312
prevState = state;
313
if (_nextState != null) {
0 commit comments