Infolist TextEntry is stripping my SVG icons
I have the following code in my resource:
Then I have this code in my view:
When I dd() the view, the icons are there in the HTML, but when the entry is rendered, they are not. Is there something I can turn off to stop that behavior?
In case you are wondering, I'm not using the
Then I have this code in my view:
When I dd() the view, the icons are there in the HTML, but when the entry is rendered, they are not. Is there something I can turn off to stop that behavior?
In case you are wondering, I'm not using the
ViewEntry because I could not figure out how to share the current Task with the view. viewData() does not accept a closure