`statePath` and `visible` nested components not working together
I have something like this:
In the database, I have a table with a JSON column called
But, when using
In the database, I have a table with a JSON column called
someAttribute. The idea is that the column saves the JSON dictionary of the components. Something like:But, when using
statePath, the components are not showing. When statePath is removed, the components do show, but are not registered as a dictionary and instead only the last modified component get saved.