react-stomp
react-stomp copied to clipboard
Does it Run expo-web
web Failed to compile. node_modules/react-stompjs/stomp.js 110:24 Module parse failed: Unexpected token (110:24) 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 withStomp = (Component) => ( | (props) => {
const wrapped = <Component stompContext={stompContext} {...props} />
| | wrapped.propTypes = {