You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splade PHP Version (composer): 1.4.19 / 2.5.2 (Breeze)
Dev environment (OS, Sail/Valet/etc): Windows 11, Firefox 130, Laravel Herd 1.10.0
Description:
When trying to make a table and adding custom cells inside in Blade, if I add more than 8 cells, it will cause the following error: lluminate\View\Compilers\ComponentTagCompiler::compile(): Argument #1 ($value) must be of type string, null given, called in C:\My Stuff\Codebases\leavehub\vendor\laravel\framework\src\Illuminate\View\Compilers\BladeCompiler.php on line 438
Steps To Reproduce Issue:
Make a Splade Table class
Add Columns
In the Blade, add x-splade-cell until you reach 8 of them
When adding the 9th, the issue will arise
The text was updated successfully, but these errors were encountered:
safeboot
changed the title
More than 8 Cells in Splade Table causes Compilation Error
More than 8 Custom Cells in Splade Table causes Compilation Error
Sep 10, 2024
Description:
When trying to make a table and adding custom cells inside in Blade, if I add more than 8 cells, it will cause the following error:
lluminate\View\Compilers\ComponentTagCompiler::compile(): Argument #1 ($value) must be of type string, null given, called in C:\My Stuff\Codebases\leavehub\vendor\laravel\framework\src\Illuminate\View\Compilers\BladeCompiler.php on line 438
Steps To Reproduce Issue:
x-splade-cell
until you reach 8 of themThe text was updated successfully, but these errors were encountered: