Can't modify response?

Hi you all,

Congrats on the huge and exciting Kirby 3 Release! :star_struck:

I’ve tried to get this example to work docs/reference/components/response, but it simply won’t - is it a bug or just me who’re gotten to rusty to know how to spin it up?

<?php

Kirby::plugin('rittencom/compress', [
    'components' => [
        'response' => function (App $kirby, $output) {
            var_dump("Test..");
            die();
        }
    ]
]);

Thanks! Glad you like it.

Oops. We removed it from the core (see this issue), but forgot to remove it from the docs. As Bastian wrote in the issue, there will be a replacement in a future release.