Why isn't repeated data made available via useSelector?

When using a repeater, is the “Element name” not passed down for useSelector? I can’t seem to access it

Yeah, currently the only things that are exposed via context are the data providers. Other things like props, repeated variables, and various other local variables in the near future will remain local to the component.

For now you can always pass this prop in explicitly to the components you need it in. (We may also add a simple data providing code components to let you easily expose whatever you want in the context)