8
Lỗi phân tích cú pháp ESLint: Mã thông báo không mong đợi
Với mã này: import React from 'react'; import { Link } from 'react-router'; import { View, NavBar } from 'amazeui-touch'; import * as Pages from '../components'; const { Home, ...Components } = Pages; Tôi nhận được lỗi eslint này: 7:16 error Parsing error: Unexpected token .. Why? Đây là cấu …
169
javascript
reactjs
eslint