react-tutorial icon indicating copy to clipboard operation
react-tutorial copied to clipboard

puzzlecards.js error 使用dva @concat报错

Open pasake opened this issue 6 years ago • 0 comments

Parsing error: Using the export keyword between a decorator and a class is not allowed. Please use export @dec class instead. 23 | 24 | @connect(mapStateToProps, mapDispatchToProps)

25 | export default class PuzzleCardsPage extends Component { | ^ 26 | componentDidMount() { 27 | this.props.onDidMount(); 28 | }eslint image

pasake avatar Jul 10 '19 10:07 pasake