- 博客(2)
- 收藏
- 关注
原创 Attempted import error: ‘mobx-react‘ does not contain a default export (imported as ‘observer‘).
我们引入这个react中的这个 import observer from "mobx-react" //装饰器 @observer 然后会报以下错误: Attempted import error: ‘mobx-react’ does not contain a default export (imported as ‘observer’). 加上大括号,改为下面这样 import {observer from} "mobx-react" //装饰器 @observer 就不会报错啦 ...
2020-07-10 19:46:55
3455
原创 index.js:1 Warning: Invalid DOM property `class`. Did you mean `className`?
在react这个错误的原因是class是关键字,然后className是类名,把class改为className就可以啦! 下面就是错误代码 index.js:1 Warning: Invalid DOM property class. Did you mean className?
2020-07-09 16:54:59
4889
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅