addons icon indicating copy to clipboard operation
addons copied to clipboard

Remove "amo/polyfills" from the codebase.

Open KevinMind opened this issue 2 years ago • 2 comments

Describe the problem and steps to reproduce it:

We currently import 2 global polyfills in amo on both client and server entry points.

We can Deploy to staging and verify using a browserstack smoketest to verify the app loads correctly.

How to verify

For focus-visible we are using this css selector in our Button component.

To test isomorhpic fetch, we simply verify that client side navigations work with successful loading of data from the server. Virtually all sagas call the fetch api, implemented here.

┆Issue is synchronized with this Jira Task

KevinMind avatar Nov 24 '23 09:11 KevinMind

hi I want to fix this issue, assign me.

theaniketgiri avatar Nov 25 '23 17:11 theaniketgiri

Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDFRNT-300

KevinMind avatar May 03 '24 18:05 KevinMind