fn leak_str(s: String) -> &'static strExpand description
Leak a String to &'static str so the leptos view can hold the
reference without extra cloning. Storybook stories are short-lived
processes (the headless exporter runs once per build) — total leak
bytes are negligible.