Conflict with child group in hjson for extensions

Wappler Version : 5.5.0

Expected behavior

What do you think should happen?

If I have a child group called Components it should show in the UI as a subfolder.

Actual behavior

What actually happens?

Second grouping in custom extension doesn’t render.

How to reproduce

  • Detail a step by step guide to reproduce the issue
  • A screenshot or short video indicating the problem
  • A copy of your code would help. Include: JS, HTML.
  • Test your steps on a clean page to see if you still have an issue

Create a hjson for a custom component and use Components as child group.

groupTitle2: 'Components',
groupIcon2: "fa fa-lg fa-cube",

Workaround

Adding a space after the name:

groupTitle2: 'Components ',

Use case

I want to use my user name as Parent group and then add the following as subfolders as they are familiar to end users as I keep on building extensions.

Wappler 11-03-2023 19.35.24 000278