ant-design / ant-design/react-tutorial
puzzlecards.js error 使用dva @concat报错
Open
- Dominant language
- JavaScript
- Stars
- 432
- Forks
- 155
- PR merge metrics
- No merged PRs in 30d
Description
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

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.