justin-lyon / jml-dx-box

Justin's running personal sfdx org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Fix bug in error reporting when lwc-lookup is required #36

Closed justin-lyon closed 1 year ago

justin-lyon commented 1 year ago

Also introduced a breaking change where the onselected event payload changes from { detail: selectedRecordId } to { detail: { value: selectedRecordId } }.