lahsivjar / react-stomp

React websocket component for STOMP protocol over SockJs
https://www.npmjs.com/package/react-stomp
MIT License
134 stars 41 forks source link

Does it Run expo-web #170

Open krishna4157 opened 3 years ago

krishna4157 commented 3 years ago

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 = {