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