Currently during color validation in EuiBadge, entries that are not valid chroma-js values will result in console errors (Uncaught Error: unknown format: #D) and will block rendering in the docs.
Invalid entries should be noted with console.warn but the exception should not have such adverse rendering effects.
Currently during color validation in EuiBadge, entries that are not valid chroma-js values will result in console errors (
Uncaught Error: unknown format: #D) and will block rendering in the docs.Invalid entries should be noted with
console.warnbut the exception should not have such adverse rendering effects.