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
workerMain.js:8 Uncaught Error: Converting circular structure to JSON
TypeError: Converting circular structure to JSON
at JSON.stringify (<anonymous>)
at e._send (workerMain.js:10)
at workerMain.js:10
at n.Class.define.cancel.then (workerMain.js:9)
at e._handleMessage (workerMain.js:10)
at e.handleMessage (workerMain.js:10)
at t.onmessage (workerMain.js:10)
at self.onmessage (workerMain.js:11)
at JSON.stringify (<anonymous>)
at e._send (workerMain.js:10)
at workerMain.js:10
at n.Class.define.cancel.then (workerMain.js:9)
at e._handleMessage (workerMain.js:10)
at e.handleMessage (workerMain.js:10)
at t.onmessage (workerMain.js:10)
at self.onmessage (workerMain.js:11)
at workerMain.js:8
ghost
added
Duplicate
An existing issue was already created
and removed
Bug
A bug in TypeScript
Website
Deprecated - please forward issue to microsoft/TypeScript-Website
labels
Aug 30, 2018
TypeScript Version: 3.0.1
The following code snippet:
Crashes the playground with the error:
See this example
The text was updated successfully, but these errors were encountered: