Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't change colors in the Gamut Mapping Playground #6

Open
lloydk opened this issue Jun 14, 2024 · 1 comment
Open

Can't change colors in the Gamut Mapping Playground #6

lloydk opened this issue Jun 14, 2024 · 1 comment

Comments

@lloydk
Copy link

lloydk commented Jun 14, 2024

The Gamut Mapping Playground app throws exceptions on initial page load and when trying to change the color.

Firefox Console Output
image

@facelessuser
Copy link
Contributor

facelessuser commented Aug 10, 2024

Yeah, just stumbled on this problem as well when testing out #7.

vue.esm-browser.js:1793 Uncaught TypeError: Cannot read properties of null (reading 'color')
    at onColorchange (eval at compileToFunction (vue.esm-browser.js:1:1), <anonymous>:47:70)
    at callWithErrorHandling (vue.esm-browser.js:1730:22)
    at callWithAsyncErrorHandling (vue.esm-browser.js:1739:21)
    at ColorSwatch.invoker (vue.esm-browser.js:9652:13)
    at Props.firePropChangedEvent (Props.js:138:12)
    at ColorSwatch.init (defineEvents.js:121:18)
    at hooks.js:57:13
    at Array.forEach (<anonymous>)
    at Hooks.run (hooks.js:56:14)
    at ColorSwatch.connectedCallback (Element.js:33:27)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants