nuralist

Results 1 comments of nuralist

Issue is with src/components/SoftAvatar/SoftAvatarRoot.js It’s caused by this line: ``` linearGradient(gradients[bgColor].main, gradients[bgColor].state); ``` If gradients[bgColor] is undefined, it crashes trying to read .main. Full Fixed Version of SoftAvatarRoot.js ``` //...