New error popping up when serving the editor locally #528
Labels
Priority: Low
This task can is low priority and can wait if high priority tasks exist
RAMP
Work that should go back to RAMP Proper, or work specific to RAMP itself
Description
When running the editor locally via
npm run dev
, I'm getting the following error:It's showing up for a few files (metadata-editor.vue, dynamic-editor.vue, home.vue), presumably any file that is using the
table
HTML element.The error seems to have started popping up after we merged in the PR upgrading RAMP to v4.10.2, but nothing in that PR changes anything relating to this (except updating package-lock.json, so maybe some other library update has done this).
We should look into why this is showing up now. If we can't figure out how to get rid of the error, this can apparently be fixed by wrapping the
<tr>
element with<tbody>
as such:The text was updated successfully, but these errors were encountered: