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
If you have a tsconfigration option "strictNullChecks" set to true - typescript will throw a compilation error stating that
origOnClose is possibly null.
TypeScript error in /Users/admin/IdeaProjects/processing-application-react-app/node_modules/@stomp/stompjs/src/augment-websocket.ts(32,5):
Object is possibly 'null'. TS2531
If you have a tsconfigration option "strictNullChecks" set to true - typescript will throw a compilation error stating that
origOnClose is possibly null.
tsconfig.json
TypeScript error in /Users/admin/IdeaProjects/processing-application-react-app/node_modules/@stomp/stompjs/src/augment-websocket.ts(32,5):
Object is possibly 'null'. TS2531
The text was updated successfully, but these errors were encountered: