How do I render a (Stimulus) modal without user interaction?
When a data value in my view meets certain criteria (e.g.: "< 0"), I want to render a modal (which is configured using Stimulus).
I know this is a noobish question, but I'm not finding obvious answers in my Googling/SO spelunking.