© 2026 Hedgehog Software, LLC
Unable to set component data. Public property [$mountedFormComponentActionsData] not found on component
livewire(Devices::class, ['folder' => $this->folder, 'account' => $this->client]) ->mountAction('createDevice') ->call('mountFormComponentAction', 'mountedActionsData.0.device_manufacturer_id', 'createOption') ->set('mountedFormComponentActionsData.0.name', $newManufacturerName) ->callMountedFormComponentAction();
TestAction
livewire(Devices::class, ['folder' => $this->folder, 'account' => $this->client]) ->mountAction('createDevice') ->mountAction(TestAction::make('createOption')->schemaComponent('device_manufacturer_id')) ->fillForm([ 'name' => $newManufacturerName, ]) ->callMountedAction();