The Wayback Machine - https://web.archive.org/web/20220422225523/https://github.com/GraphiteEditor/Graphite/issues/614
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

Fix vue warning when displaying transparent ColourInput #614

Open
0HyperCube opened this issue Apr 22, 2022 · 0 comments
Open

Fix vue warning when displaying transparent ColourInput #614

0HyperCube opened this issue Apr 22, 2022 · 0 comments
Labels
Available Cleanup Good First Issue P-Low Web
Projects

Comments

@0HyperCube
Copy link
Member

@0HyperCube 0HyperCube commented Apr 22, 2022

Vue generates a warning when displaying transparent ColourInput (frontend/src/components/widgets/inputs/ColorInput.vue 85:18) because it is expecting a type: String but gets undefined. The type json entry cannot be a union, so perhaps it should be an Object that is then limited by the as PropType<string | undefined>?

@0HyperCube 0HyperCube added Good First Issue Available Web P-Low labels Apr 22, 2022
@Keavon Keavon added this to Sprint 14 in Task Board via automation Apr 22, 2022
@Keavon Keavon added this to the Sprint 14 (ongoing) milestone Apr 22, 2022
@Keavon Keavon added the Cleanup label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Available Cleanup Good First Issue P-Low Web
2 participants