It could be argued that realtime preview can be problematic for people who have chosen "Prefers reduced motion". That is an accessibility problem.
This can quite easily be detected.
window.matchMedia('(prefers-reduced-motion: reduce)').matches === true
I propose we automatically disable realtime preview auto update mode when the user has configured this browser setting.