Martin
Results
3
comments of
Martin
I’ve solved it by explicitly passing the data in the render method like this: ``` public function render() { return view('livewire.template', [ 'property' => $this->property, ]); } ```
@bdbch They’re running on the main branch.
Thanks for providing a fix for that. Is there any expected timeframe when this will go into a new release?