VS Code version 1.90.2, extension versions 3.0.9 and 3.0.10
Upon clicking the "Sign into Jira button", I get a black screen.
Opening up the VS Code Developer tools, I see
mui.e844955e.js:1 Uncaught Error: Material-UI:
The color provided to augmentColor(color) is invalid.
The color object needs to have a `main` property or a `500` property.
at _ (mui.e844955e.js:1:187300)
at x (mui.e844955e.js:1:188146)
at t.a (mui.e844955e.js:1:192011)
at I (mui.e844955e.js:1:204986)
at mui.e844955e.js:1:208190 at
qi (mui.e844955e.js:1:114503) at
hu (mui.e844955e.js:1:160909) at
sl (mui.e844955e.js:1:153442) at
ul (mui.e844955e.js:1:153367) at
Zu (mui.e844955e.js:1:150376)
Hi @Adam Baxter
Were you trying to build your own UI for Jira login? The error pretty much says the problem
The color provided to augmentColor(color) is invalid.
The color object needs to have a `main` property or a `500` property.
Every colour in your palette must have a main property, you may be missing one or more, may I know how you define your palette in your code?
No, this is Atlassian's code in their own Visual Studio Code extension.
I do not work for Atlassian.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.