nrako / react-component-resizable

A React component to implement cross-browser event based resize detection
MIT License
70 stars 16 forks source link

Syntax error #30

Closed pkandathil closed 6 years ago

pkandathil commented 7 years ago

home/app/react/node_modules/react-component-resizable/src/component.js:87 react_1 | const {triggersClass, expandClass, contractClass, embedCss, onResize, ...rest} = this.props; react_1 | ^^^ react_1 | SyntaxError: Unexpected token ...

nrako commented 7 years ago

@pkandathil could you try the branch nwb referenced in this PR https://github.com/nrako/react-component-resizable/pull/28 and let me know how this turns out for you

That would be awesome, thanks