diff --git a/.browserslistrc b/.browserslistrc index 01b924286a..3cd64bf22e 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -4,4 +4,4 @@ Firefox >= 78 Edge >= 79 Safari >= 12.0 iOS >= 12.0 -opera >= 53 +Opera >= 53 diff --git a/docs/react/installation.md b/docs/react/installation.md index 0b5c6e2b48..f25f1a9bda 100644 --- a/docs/react/installation.md +++ b/docs/react/installation.md @@ -43,7 +43,7 @@ Firefox >= 78 Edge >= 79 Safari >= 12.1 iOS >= 12.2 -opera >= 53 +Opera >= 53 ``` > Depending on your environment, you might need to add polyfills. If you want to support older browsers, you need to transpile the library from `node_modules` yourselves.