compiled
compiled copied to clipboard
Props parameter in expressions must be named "props"
Describe the bug In cases where CSS vars are not produced, error will be thrown if props parameter is named anything other than "props", for example:
color: ${(propz) => propz.isSelected ? 'green' : 'red'};
Will throw runtime error: propz is not defined
.