-
-
Notifications
You must be signed in to change notification settings - Fork 62
Use string literals for string React props #1022
Copy link
Copy link
Open
Labels
discussion neededtech-debtUsed for issues that typically don't directly affect what the end user sees, such as coding stylesUsed for issues that typically don't directly affect what the end user sees, such as coding styles
Metadata
Metadata
Assignees
Labels
discussion neededtech-debtUsed for issues that typically don't directly affect what the end user sees, such as coding stylesUsed for issues that typically don't directly affect what the end user sees, such as coding styles
Type
Fields
Give feedbackNo fields configured for issues without a type.
As brought up here, do we want to use
propName="propValue"for string React props, or continue usingpropName={ `propValue` }? Or something else entirely?