Stateful Liveview components not rendering

I’m passing in :id as an assign to the liveview component and setting this assign as an id in the root div element of the component view.
But only the first component belonging to a set of many others get rendered. The remaining components say undefined.
This is the error that I’m getting on the console:

This is how all the components are rendered:

How do I get around this?

Could you past your code rather than a screenshot. Also, show the component code and surrounding template code. Thanks

You may want to try with the latest master, there’s been a bunch of potentially relevant fixes recently.