Unplanned
Last Updated: 08 Aug 2023 16:27 by Patrick
Patrick
Created on: 08 Aug 2023 16:27
Category: Editor
Type: Bug Report
0
Console warning when creating a table in the Editor

Describe the bug
The following warning appears when using the InsertTable tool of the Native Editor:

[Vue warn]: Component emitted event "tableinsert" but it is neither declared in the emits option nor as an "onTableinsert" prop

NOTE: The warning won't appear when the project is built for production but, still this issue should be fixed

To Reproduce

  1. Open this StackBlitz example
  2. Insert a random table using the InsertTable tool
  3. Check the browser's console

Expected behavior
No warnings should appear when using the InsertTable tool

Screenshots
image

0 comments