79670184

Date: 2025-06-18 07:28:23
Score: 0.5
Natty:
Report link

looks like just a syntax error and typo based on your code provided.

#[On( 'selected-dateslot'"]

should be

#[On( 'selected-dateslot' )]

and your Dateslot component class, should be

public function selectedDateslot()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: elegisandi