# Pastebin Ugluln8p diff --git a/lib/Cromponent.rakumod b/lib/Cromponent.rakumod index 8b353b3..0886e46 100644 --- a/lib/Cromponent.rakumod +++ b/lib/Cromponent.rakumod @@ -19,6 +19,8 @@ sub compile-cromponent(Mu:U $cromponent) { actions => Cro::WebApp::Template::ASTBuilder # if I comment out this actions, it stops breaking ).ast; + $ast.compile; + return Map.new: ( renderer => sub (|) { 42 } );