-
Notifications
You must be signed in to change notification settings - Fork 69
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
[SDK] Testcase failing related to getDefaultColorName #1058
Comments
Here is the testcase:
|
aaronreed708
added a commit
to aaronreed708/a11y-theme-builder-sdk
that referenced
this issue
Nov 22, 2024
…s APIs. Correcting Tutorial. Added testcases for getDefaultName and getColorNames.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem/Concern
I ran through the SDK Tutorial and ran into an issue with some of the code that I wrote. getDefaultColorName is failing. Seems to be related to the fact that the colors are stored in a JS Map but we are treating it like an object to enumerate the keys. Will attach the testcase.
Proposed Solution
The text was updated successfully, but these errors were encountered: