Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix keep editing in category module
issue: NEXT-13005
author: Tobias Berge
author_email: [email protected]
author_github: @tobiasberge
---
- Deprecated data prop
discardChanges
insw-category/page/sw-category-detail/index.js
. This is a typo, and the data prop is unused. Please useforceDiscardChanges
instead. - Changed the anchor elements inside
sw_tree_items_item_content_default
andsw_tree_item_children_items_slot_content_default
and added the.prevent
modifier to the@click
listener in order to suppress the browser redirect.