I have seen these ways to pass data to properties:
<Header headerText={'Authentication'} />
<Header headerText="Authentication" />
What's the difference between them?
I have seen these ways to pass data to properties:
<Header headerText={'Authentication'} />
<Header headerText="Authentication" />
What's the difference between them?