Why are my components hidden by default when added to the canvas, and I'm unable to unhide them?

image

In the last 2 days, when I add components to the canvas, either inside an existing container or a new container (e.g. in a new Modal container), the components are hidden by default.

In the screenshot above, I just added a new Select component to a form inside a Modal, and as you can see from the component name (select1) there is a cancelled-out eyeball icon next to the name.

For the life of me I can't figure out why this is happening.

  • Inspecting the component state shows that it has no information
  • The hidden property of the component is set to false by default
  • Even when I manually type in "false" in the hidden attribute value, it doesn't appear

This was happening to me yesterday in another part of my app and I cannot figure out why this happens and under what circumstances. It's literally blocking my app build. Please help!

Thanks in advance.

It's a bug. I happen to it sometime.

The solution is just refresh the app by click
image
.

Thank you. Can't believe I struggled so much with this absurd bug!