mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
126 stars 41 forks source link

Remove "amo/polyfills" from the codebase. #2202

Open KevinMind opened 10 months ago

KevinMind commented 10 months ago

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

theaniketgiri commented 10 months ago

hi I want to fix this issue, assign me.

KevinMind commented 5 months ago

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