Hacker News new | ask | show | jobs
by dvh 170 days ago
ERROR> https://phantas.io/_next/static/chunks/f60f633011df6d3a.js(5...: Uncaught TypeError: Cannot read properties of undefined (reading 'cancel')
1 comments

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!