You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As brought up here, do we want to use propName="propValue" for string React props, or continue using propName={ `propValue` }? Or something else entirely?
As brought up here, do we want to use
propName="propValue"for string React props, or continue usingpropName={ `propValue` }? Or something else entirely?