Use string literals for string React props #1022
Labels
discussion needed
tech-debt
Used for issues that typically don't directly affect what the end user sees, such as coding styles
As brought up here, do we want to use
propName="propValue"
for string React props, or continue usingpropName={ `propValue` }
? Or something else entirely?The text was updated successfully, but these errors were encountered: