We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ced51f commit bdfd6d1Copy full SHA for bdfd6d1
lib/react.dart
@@ -2833,9 +2833,9 @@ _createDOMComponents(creator) {
2833
/// > __DEPRECATED.__
2834
/// >
2835
/// > 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.
+/// > This will be removed in 6.0.0, along with other configuration setting functions.
2837
@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.')
+ 'Environment configuration is now done by default. You can remove this. Will be removed from this library in the 6.0.0 release.')
2839
void setReactConfiguration(
2840
domCreator,
2841
customRegisterComponent, {
0 commit comments