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-single-select default event
issue: NEXT-28991
author: Sebastian Seggewiß
author_email: [email protected]
author_github: @seggewiss
---
- Changed
sw-single-select
to emitupdate:value
instead ofchange
- Change event listeners from
@change="onChange"
to@update:value="onChange"