You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a cool component. I have used it in one of my applications but I have the problem that it doesn't seem to render on Safari 9 on Mac. Everything else in the app renders except the paper-color-picker. For me at least it can be reproduced already in the official demo, which shows blank in Safari. http://david-mulder.github.io/paper-color-picker/components/paper-color-picker/demo/
Error message in Safari console is "SyntaxError: Unexpected token '>'" an it refers to paper-color-picker.html, function: immediateColorChanged, row 488: colors.forEach((color) => {
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for a cool component. I have used it in one of my applications but I have the problem that it doesn't seem to render on Safari 9 on Mac. Everything else in the app renders except the paper-color-picker. For me at least it can be reproduced already in the official demo, which shows blank in Safari. http://david-mulder.github.io/paper-color-picker/components/paper-color-picker/demo/
Error message in Safari console is "SyntaxError: Unexpected token '>'" an it refers to paper-color-picker.html, function: immediateColorChanged, row 488:
colors.forEach((color) => {
The text was updated successfully, but these errors were encountered: