protonemedia / laravel-splade

💫 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.
https://splade.dev
MIT License
1.47k stars 112 forks source link

More than 8 Custom Cells in Splade Table causes Compilation Error #644

Open safeboot opened 2 months ago

safeboot commented 2 months ago

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:

safeboot commented 2 months ago

Here is an example

https://github.com/user-attachments/assets/0fc6e5f9-beb5-4e7f-9906-dd907893efa2