Currently, I am utilizing MUI along with typescript and encountering the following issue. It seems like I may be overlooking a fundamental concept here but unfortunately cannot pinpoint it.
Error: Type 'Color' is not assignable to type '"default" | "primary" | "secondary"'.
I am incorporating Chips in a loop. For more information on Chips, please visit this link.
For reference, here is the sandbox link: sandbox link
The code is operational, however, there is an error specifically related to Color.