Hi
Should this work w/ NextJS (latest)?
Module parse failed: Unexpected token (9:8)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| const skinProps = getSkin(props.skin, props);
| const finalProps = {...props, ...skinProps};
return <InputSpinner {...finalProps} />;
| };
|
Hi
Should this work w/ NextJS (latest)?
Module parse failed: Unexpected token (9:8)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| const skinProps = getSkin(props.skin, props);
| const finalProps = {...props, ...skinProps};
| };
|