rodriquelca / dunamis-jform

Other
0 stars 1 forks source link

Console error- did you register the component correctly? For recursive components, make sure to provide the "name" option. #1

Closed rodriquelca closed 2 years ago

rodriquelca commented 2 years ago

Description The first page has a console error. Did you register the component correctly? For recursive components, make sure to provide the "name" option.

To Reproduce Steps to reproduce the behavior:

  1. Open the JSON form.
  2. open the developr tool.
  3. see tthe console error

Expected behavior the error message should not exist

Screenshots

console error 1

TinCodes commented 2 years ago

Empty component was being referred in the viewManager.ts store. The first element of the items array was the 'empty' component and was called by the index 0. Removing this first item element in the array fixed the problem.