Comment by dvh
ERROR> https://phantas.io/_next/static/chunks/f60f633011df6d3a.js(5...: Uncaught TypeError: Cannot read properties of undefined (reading 'cancel')
ERROR> https://phantas.io/_next/static/chunks/f60f633011df6d3a.js(5...: Uncaught TypeError: Cannot read properties of undefined (reading 'cancel')
Good catch. That’s an unguarded speechSynthesis call in the cleanup function. likely crashing on browsers that block the Speech API (or in privacy mode).
Just pushed a fix to wrap it in a conditional check. It should be live in ~2 minutes. Thanks for the stack trace!