Problem with space and horizontal arragment

I checked out Kodular Fenix (v1.5.0) Bug Tracker before creating a new topic

Describe your issue

Hi I want to show a horizontal arragment with a space and a button but its not visible.

Steps to reproduce the issue

I am using an horizontal arragment with automatic height and 90% weidth.
Inside the arragment I set a space with 30%width and automatic height, and a button with fill parent in weight and height.

Expected Behaviour

I expect that I can see the button

Actual Behaviour

The button is not visible.

The visible option is true in all components. When I remove the space the button is visible and works ok.

So what happend? it is a bug of new update? because I did it before a lot of times.

Android version

10

I was doing some tests and I think that space is not the problem, something happend with dimentions.

I made some changes and it works. But as I explained above it has to be work too.

The changes that I did to work were 2 ways:

1.Set width and height of button to fill parent.
2.Set width of space to fill farent.

With any of these changes the component is visible.