Closed
Description
Describe the bug
If you open this REPL and click on "3", the console shows the following error:
message: "Uncaught (in promise): Cannot read property 'p' of undefined"
stack: TypeError: Cannot read property 'p' of undefined
at Object.update [as p] (eval at handle_message (about:srcdoc:13:8), <anonymous>:496:17)
at Object.update [as p] (eval at handle_message (about:srcdoc:13:8), <anonymous>:563:26)
at update (eval at handle_message (about:srcdoc:13:8), <anonymous>:161:40)
at flush (eval at handle_message (about:srcdoc:13:8), <anonymous>:130:17)
Not sure, if I am doing something wrong here. I wasn't able to debug this properly.. At least, I didn't find a similar bug report.
Thanks for any hints.