When hydrating the server-side rendered markup, Vue produces warnings and errors about some mismatches between the virtual DOM it’s now constructed and the actual DOM that was once generated by SSR. Currently, we hide these warnings and errors, but it would be nice to not emit them in the first place.
The main error seems to be related to the use of the <wb:sectionedit>…</wb:sectionedit> tags in the Sectionedit component, which some Wikibase PHP code (ToolbarEditSectionGenerator::enableSectionEditLinks( $text, $isEditable )) either replaces with their content (editable) or removes including their content (not editable).