Typo in static class property declaration react/no-typos
来源:4-2 PropTypes 与 DefaultProps 的应用
慕的地5408112
2019-10-13
声明后出现如题提示
写回答
3回答
-
Dell
2019-10-17
这个提示是指你的代码里出现了错误的拼写,具体的提错能给一下么
00 -
慕的地5408112
提问者
2019-10-13
import React from 'react';
//import PropTypes from 'prop-types';
// TodoItem.PropTypes= {
// content:PropTypes.string,
// delete2:PropTypes.func,
// index2:PropTypes.number
// }
delete2和index2是我起的名字
022020-05-13 -
Dell
2019-10-13
你把那块的配置代码发一下,我看一下
00
相似问题