Using ES6 / ES2015 spread operator – but also removing excess params
Building some custom enhancements to existing components, I wanted to use the ES6 style spread props to automatically pass any params through to the underlying base component. However, it was […]