Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Change sw-radio-panel default event
issue: NEXT-28991
author: Sebastian Seggewiß
author_email: [email protected]
author_github: @seggewiss
---
- Changed
sw-radio-panel
to emitupdate:value
instead ofinput
- Change event listeners from
@input="onInput"
to@update:value="onInput"