React-Style, Webpack, React - Uncaught Error: Invariant Violation: The `style` prop

后端 未结 2 1984
忘掉有多难
忘掉有多难 2021-01-11 19:49

I\'m getting the following error in my browser:

Uncaught Error: Invariant Violation: The style prop expects a mapping from style properti

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-11 20:06

    I used the style attribute in JSX file like this

    style={{textTransform: 'uppercase'}}
    

    and it worked for me

提交回复
热议问题