react-canvas-confetti
react-canvas-confetti copied to clipboard
Snow effect does not take into account array of confetti colours
I recently tried out your Functional Component example of the Snow effect (ref) and saw that only the first colour in the array is accepted. I tried this in my solution first, but then went back to your CodeSandbox and saw this was also true there. If you try to add more colours to the array, only #ffffff
is picked up.
Is this a known limitation?