react-native-input-spinner icon indicating copy to clipboard operation
react-native-input-spinner copied to clipboard

NextJS

Open dougketc opened this issue 3 years ago • 1 comments

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} />;

| }; |

dougketc avatar Oct 31 '22 20:10 dougketc

getting the same issue

Instrumedley avatar Jan 18 '24 13:01 Instrumedley