I'm new to this and facing this error and not too sure what it means.
Error: Expected property shorthand at tree: tree - Triggered by eslint?
import {
tree, tree1, tree2, tree3, tree4,
} from './Tree';
export default class App extends React.Component {
constructor(props) {
super(props);
this.state = {
tree: tree,
downloadingChart: false,
config: {},
// highlightPostNumbers: [1],
};
}