Ihor Kosandiak
1 min readMar 18, 2018

--

Hello! Try to import stompjs and sockjs-client in the next way:

import * as Stomp from ‘stompjs’;
import * as SockJS from ‘sockjs-client’;

It should fix the problem.

--

--

Ihor Kosandiak
Ihor Kosandiak

Written by Ihor Kosandiak

Java Software Developer. Passionate about new technologies. Sharing own experience with others.

Responses (2)