Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 21
---
title: Pass all non-defined attributes as props in sw-button
issue: NEXT-10848
author: Felix Brucker
author_email: [email protected]
author_github: @felixbrucker
---
- Changed the
sw-button
component to pass all non-defined attributes to its child elements (router-link
,a
andbutton
) as props.