After the recent update, the extension failed to load. From the error message, I noticed it was because the stylesheet.css became invalid.
Luckily, the issue was easy to be solved. The variable candyClockStyle and candyDotStyle should be initialized as empty strings. Otherwise, undefined will be filled in the stylesheet, which makes it invalid.
Please take a look and tell me if there's something I missed.
Thank You.
Hi @neuromorph.
After the recent update, the extension failed to load. From the error message, I noticed it was because the
stylesheet.css
became invalid.Luckily, the issue was easy to be solved. The variable
candyClockStyle
andcandyDotStyle
should be initialized as empty strings. Otherwise,undefined
will be filled in the stylesheet, which makes it invalid.Please take a look and tell me if there's something I missed. Thank You.