The runtime's command dispatch chain exceeded the configured depth
limit, indicating an update loop that keeps returning a command
whose delivered event produces another command.
Summary
Types
@type t() :: %Plushie.Event.Diagnostic.DispatchLoopExceeded{ depth: non_neg_integer(), limit: non_neg_integer() }