rthaut / deviantART-Filter

A browser extension that allows you to filter DeviantArt by user, keyword, and/or category.
https://rthaut.github.io/deviantART-Filter/
GNU General Public License v3.0
30 stars 1 forks source link

Firefox: Minimum Version Required is Actually v58 #97

Closed rthaut closed 5 years ago

rthaut commented 5 years ago

Due to the use of Promise​.prototype​.finally() in the FilterPanel component, the extension is partially broken in Firefox when using versions 55, 56, or 57.

Broken Manage Users Panel in Firefox 56.0,2

This could easily be solved by using .then() instead of .finally(), as is done here.

Alternatively, the manifest for Firefox could be updated to specify version 58 as the minimum version (instead of version 55).