In my case I had this issue when trying to pass a callback in a call to postMessage:
window.postMessage({cb: () => null})
I did not know that this is not possible. The error message was not very helpful.