Thunderson's avatar

Thunderson wrote a reply+100 XP

2w ago

did you found a way to fix it ??

Thunderson's avatar

Thunderson wrote a reply+100 XP

2w ago

Yes, the issue is with how you wrote StepResource::collection($this->whenLoaded('steps')). You should use $this->whenLoaded('steps', fn() => StepResource::collection($this->steps)) instead.