💫 The magic of Inertia.js with the simplicity of Blade 💫 - Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, and sparkle it to make it interactive. All without ever leaving Blade.
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
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 them