diff --git a/src/Twig/Components/Organisms/Comments.php b/src/Twig/Components/Organisms/Comments.php index f08491f..e878916 100644 --- a/src/Twig/Components/Organisms/Comments.php +++ b/src/Twig/Components/Organisms/Comments.php @@ -20,7 +20,7 @@ final class Comments // Writable prop the browser can set #[LiveProp(writable: true)] - public string $payloadJson ; // { comments, profiles, ... } + public string $payloadJson = ' '; // { comments, profiles, ... } // Live input #[LiveProp(writable: false)]