Imageradio plugin not working on latest Kirby 5

I’ve downloaded the imageradio plugin from here GitHub - sylvainjule/kirby-imageradio: Add illustrations to Kirby's radio buttons. Compatible with Kirby 3, 4, 5. · GitHub

But in the browser I’m getting the following error

Whoops\Exception\ErrorException thrown with message “Declaration of SylvainJule\ImageRadioOption::render(Kirby\Cms\ModelWithContent $model): array must be compatible with Kirby\Option\Option::render(Kirby\Cms\ModelWithContent $model, bool $safeMode = true): array”

It looks like the plugin is not compatible with the latest Kirby version?

Ok, the fix is in this PR, you could add it manually until solved: Fix Kirby 5.3 compatibility: add safeMode parameter to render() (Claude Code assisted PR) by sandervdvijver · Pull Request #22 · sylvainjule/kirby-imageradio · GitHub

Thank you