You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { v4 as uuid } from 'uuid';
by insert the v4() function from the uuid module (and rename it to "uuid").
But because the files in the esm6 folder are not subject of changes here, please find a solution to fix it
Best regards
Michael Stade
The text was updated successfully, but these errors were encountered:
Thank you for your report. I need clarification about your changes. Please let me know the older version and what you replaced it with. Better yet, please submit a PR (even if you directly update the files in the esm6 folder).
Including @stomp into an Angular17 project is leading to following warning:
I could fix this in file rx-stomp-rpc.js by replacing:
by insert the v4() function from the uuid module (and rename it to "uuid").
But because the files in the esm6 folder are not subject of changes here, please find a solution to fix it
Best regards
Michael Stade
The text was updated successfully, but these errors were encountered: