Results 4 comments of Owais

Didn't realize https://github.com/statelyai/xstate-viz existed before creating this. That seems a more appropriate place for this issue. Feel free to move.

This might've been added after you opened this PR, but I see there's a `boundary` option now, which might solve the issue: ``` scrollIntoView(node, { behavior: 'smooth', block: 'end', boundary:...

This happens because when you include scripts from helpers like `vite_javascript_tag` (or really any module script using rails's `javascript_include_tag` helper), it will *also* preload those scripts by using [early hints](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103)...

I was getting the same error and I saw that you did `require './app/models/mail_log.rb'` but since my and yours mailman config is in config/initializers directory, this wouldn't work. I just...