Rich Content Render is not working for me
Hello everyone. I'm a beginner using filament so this might just be something very simple and laughable but I can't seem to wrap my head around how to go about it.
I was trying to use Rich Text Editor that filament provides but when I'm trying to display the Rich text content using RichContentRenderer, from the infolist, I encounter the attached error.
I think it's probably just me doing it wrong but can anyone tell me how they go about using the RichEditor and display the content in the view using RichContentRenderer so I can follow the example?

4 Replies
Here's the code to my ConferenceResource file:
Here's my ViewConference.php file:
Here's my ConferenceInfolist.php
It shows you the error, your are calling $record without it exisiting within the infolist schema put it in a closure:
Thank you man that really helped. Can't believe I was raking my brains for hours for something so simple. Really appreciate it.
No problem, we have all been there.