I have been trying to populate list view with a module that I have created. But it always shows the error "Cannot place a undefined inside a List view". I want to make a simple note-taking application where I have created a module for each note. But I am unable to use it inside a list view when I want to see all the notes for a specific user. Kindly help me if anyone has encountered such a situation and/or knows the fix for the above-mentioned error.
Just tried it out with a bunch of differently set-up modules and I can confidently say: You can not place modules in a List View
Why don't you just use a Container
instead of a module and place all your other components in there?
It does work with containers although there are some styling issues. I can work around with using containers and then create custom CSS to do styling. Thanks for the suggestion.
Edit: Was able to put the container in the list view, and then place the module in that container.
Hi, I just ran across the same problem
I've created a simple Module that displays an image fetched from S3, and tried to use it in a list-view. got "Cannot place a undefined inside a List View".
This thread is from two years ago, and I was wondering if anything changed since
Hey @Boaz_Zimmerman, we connected on this via email, but also wanted to update the thread here. Placing a module directly in a listview is still not possible, but we do have a ticket tracking this internally and will update the thread if there is any other status update to give. Thanks!
Any news? We would also use that.
Hey @erispoe, no updates on this at this time. I've added your +1 to the internal ticket. It's not on the near term roadmap to implement this, but I'll update here if there is any status change.
Hi, this feature would be great if you guys can make it happen
+1 - I would like to be able to do this as well.
Any news on this?
Currently in the works, no exact finish date set.
I just added a plus 1 for you to the ticket and will post in the thread once more news comes out
Is there any movement on this? We've come across this roadblock multiple times in the first app we've built, every time we come to displaying iterable data.
Hi @Ell_Harman,
No current update, but I did just add your +1 to the ticket thread.
We are working on a major module revamp which will likely include this ticket.
In your use case where you are hitting this issue, is it with modules inside a list view? For the time being, I would recommend using just components inside of the list view.
Let me know about what components you are using when you are looking to display iterable data so I can see if there are any other solutions we can offer.
Hi folks,
The engineering team just marked this ticket as completed. They also updated the error message so it should now correctly say "Cannot place a module inside a listview".