Component states not inherited by instances

States created inside components aren’t accessible by their instances. Why?

I think you’re doing something wrong, because I can access it when the “apply to children” is on, you can access it on the children. Or maybe you didn’t mean this?

I didn’t mean that. Inside the component everything is ok, and children can access states when “apply to children” is on. That’s fine.

However, when the componen is ready and there are several instances of that component, the component instances don’t have the states created inside the component. That’s what I mean.