Hi there,
Great course! I’m really enjoying digging into Gutenberg a bit. I’ve got everything working, but I’m getting a few errors when I run dev. Both issues have to do with the …props seen below. Any thoughts what might be going on here? Thanks in advance!
ERROR in ./blocks/examples/08-input/index.js
Module build failed: SyntaxError: Unexpected token (44:38)
42 | id="example-input-field"
43 | labelText="Custom Input Field"
> 44 | { ...{ onChangeInput, ...props } }
ERROR in ./blocks/examples/07-inspector-controls-colors/index.js
Module build failed: SyntaxError: Unexpected token (62:72)
60 | !! props.focus && (
61 | <Inspector
> 62 | { ...{ toggleHighContrast, onChangeContrastBackgroundColor, ...props} }