Wondermarin/react-color-palette

Alpha can be '0' need to use ?? instead ||

shersh1k opened this issue · 1 comments

let a = parseInt(hex.slice(6, 8), 16) || undefined;

Duplicate #33