We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec5601 commit dbad96aCopy full SHA for dbad96a
src/Column/ColumnLink.php
@@ -91,7 +91,7 @@ public function render(Row $row): mixed
91
}
92
93
if ($this->isTemplateEscaped()) {
94
- $a->addText($value);
+ $a->addText((string) $value);
95
} else {
96
$a->addHtml($value);
97
0 commit comments