single-spa / single-spa-inspector

A devtools extension for single-spa applications
https://single-spa.js.org
MIT License
77 stars 17 forks source link

Fix overlay colors calculation #46

Closed filoxo closed 4 years ago

filoxo commented 4 years ago

Fix overlay colors calculation by removing non-alphanumeric characters that would cause parseInt to return NaN.

Resolves #44

I tested this on the react.microfrontends.app site.

Screen Shot 2020-04-16 at 5 08 16 PM