Firefox generates stack traces differently from Chrome/Safari. This makes generateReactComponentId throw an error. Make generateReactComponentId more resilient and handle Firefox specifically. These ids are unimportant but give better Dev X so we want to try to support them in DEV when possible.
Description
Firefox generates stack traces differently from Chrome/Safari. This makes
generateReactComponentId
throw an error. MakegenerateReactComponentId
more resilient and handle Firefox specifically. These ids are unimportant but give better Dev X so we want to try to support them in DEV when possible.Resolves #19