If you were playing with Kitten¹ on macOS and noticed that live reloads were broken², they’ve now been fixed.
(Thanks to @laura running into the issue today.)
Run:
kitten update
To update to the latest version.
¹ https://codeberg.org/kitten/app
² Moral of the story: don’t define functions inside conditionals in JavaScript or you’ll run into cross-browser scope inconsistencies when the function is hoisted. Chrome and Firefox do it one way, Safari another.