diff --git a/packages/custom-elements/ts_src/custom-elements.ts b/packages/custom-elements/ts_src/custom-elements.ts index dd019b31..7c42f763 100644 --- a/packages/custom-elements/ts_src/custom-elements.ts +++ b/packages/custom-elements/ts_src/custom-elements.ts @@ -56,7 +56,8 @@ if ( !priorCustomElements || priorCustomElements['forcePolyfill'] || typeof priorCustomElements['define'] != 'function' || - typeof priorCustomElements['get'] != 'function' + typeof priorCustomElements['get'] != 'function' || + typeof priorCustomElements['upgrade'] != 'function' ) { installPolyfill(); }