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
sprintf('<?php $attributes = \Tempest\Support\arr(%s); ?>', var_export($this->dataAttributes, true)), // @mago-expect best-practices/no-debug-symbols Set the new value of $attributes for this view component
148
143
@@ -151,7 +146,7 @@ public function compile(): string
151
146
sprintf('<?php $slots = \Tempest\Support\arr(%s); ?>', var_export($slots, true)), // @mago-expect best-practices/no-debug-symbols Set the new value of $slots for this view component
152
147
)
153
148
->append(
154
-
// Restore previous slots
149
+
// Restore previous slots
155
150
'<?php unset($slots); ?>',
156
151
'<?php $slots = $_previousSlots ?? null; ?>',
157
152
'<?php unset($_previousSlots); ?>',
@@ -161,25 +156,30 @@ public function compile(): string
0 commit comments