Skip to content

Commit bdfd6d1

Browse files
committed
Undo a single deprecation change
1 parent 3ced51f commit bdfd6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/react.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,9 +2833,9 @@ _createDOMComponents(creator) {
28332833
/// > __DEPRECATED.__
28342834
/// >
28352835
/// > Environment configuration is now done by default and should not be altered. This can now be removed.
2836-
/// > This will be removed in 7.0.0, along with other configuration setting functions.
2836+
/// > This will be removed in 6.0.0, along with other configuration setting functions.
28372837
@Deprecated(
2838-
'Environment configuration is now done by default. You can remove this. Will be removed from this library in the 7.0.0 release.')
2838+
'Environment configuration is now done by default. You can remove this. Will be removed from this library in the 6.0.0 release.')
28392839
void setReactConfiguration(
28402840
domCreator,
28412841
customRegisterComponent, {

0 commit comments

Comments
 (0)