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 38ff9b4 commit d293d17Copy full SHA for d293d17
src/common/load-dynamic-polyfills.js
@@ -19,7 +19,7 @@ function detectIE() {
19
}
20
21
function detectOpera() {
22
- return navigator.userAgent.indexOf('Opera');
+ return navigator.userAgent.indexOf('Opera') > -1;
23
24
25
export default function requirePolyfills() {
0 commit comments