I\'m getting the following error in my browser:
Uncaught Error: Invariant Violation: The style prop expects a mapping from style properti
style
I used the style attribute in JSX file like this
style={{textTransform: 'uppercase'}}
and it worked for me