reactjs + webpack + babel 7 Syntax error: The rest element has to be the last element when destructing
问题 I am doing a dev build and I'm getting below babel error. I'm not sure which module/plugin to install for this. Any pointers would be greatly appreciated. ERROR in ./src/_components/display/DisplayList.jsx Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /src/_components/display/DisplayList.jsx: The rest element has to be the last element when destructing (15:23) 13 | }; 14 | > 15 | const DisplayList = ({ ...props, children }) => { | ^ 16 | const { classes } =