formengine icon indicating copy to clipboard operation
formengine copied to clipboard

Crash when RsContainer doesn't exist "props" in the objet

Open AlexandroMunera opened this issue 1 year ago • 1 comments

The designer and viewer stop working when in the schema some "container" component does not have the "props", it seems, this prop must exist even if it is empty.

It would be nice if it worked without "props"

It works: image

It doesn't work: image

AlexandroMunera avatar Mar 22 '24 02:03 AlexandroMunera

@AlexandroMunera Yes, props are mandatory now. We will make them optional in one of the releases.

optimajet avatar Mar 22 '24 08:03 optimajet

@AlexandroMunera I wanted to let you know that the props attribute is now optional. You can find more details in the release notes here: Form Engine Release Notes.

Skluks avatar Jul 24 '24 18:07 Skluks