deepsourcestatus / test-repository

Duplicate polyfills from Polyfill.io JS-P1002
Performance
Minor
8 months ago8 months old
No duplicate polyfills from Polyfill.io are allowed. WeakSet, Promise, Promise.prototype.finally, es2015, es5, es6 are already shipped with Next.js. See: https://nextjs.org/docs/messages/no-unwanted-polyfillio
49    return (
50      <div>
51        <h1>Hello title</h1>
52        <script src="https://polyfill.io/v3/polyfill.min.js?features=WeakSet%2CPromise%2CPromise.prototype.finally%2Ces2015%2Ces5%2Ces6"></script>53      </div>
54    );
55  }