Server faces are dispatched by event name across all files
open
opened · updated
Found in mission 006. facesOf loops over every file in the graph: two components both declaring `on server save()` would both run, only the first answer is used. Maybe by design; then it must be documented (SPEC/COMPONENTS). Workaround: unique face names per app (prefix).