Active
Project:
Lupus Decoupled Drupal
Version:
1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2026 at 19:53 UTC
Updated:
28 Apr 2026 at 19:59 UTC
Jump to comment: Most recent
- Create a new view
- add page, output some teasers using custom elements-style
- no other changes, minimal setup
Result:
- the row-wrapper is an empty string "".
- With the default vue template of the nuxt-starter, this ends in an error when rendering in the frontend, since an empty string does not make the vue component apply the default
- Error: "src.replace is not a function\n"
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
fagoThis seems to fix it:
Let's do a proper MR with test-coverage that asserts that the output leaves out the wrapper attribute then.