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.
Just like the error message says, move ...props as the last element:
...props
const DisplayList = ({ children, ...props }) => (...)