$this->getContainer()->getContext(), 'get' => $this->getGetCallback(), 'livewire' => $this->getLivewire(), 'model' => $this->getModel(), 'record' => $this->getRecord(), 'set' => $this->getSetCallback(), 'state' => $this->shouldEvaluateWithState() ? $this->getState() : null, ]); } protected function shouldEvaluateWithState(): bool { return true; } }