Open
Description
Description
When a component is loaded on a record page, @api recordId;
should pull in the record id, however when using apiVersion 55.0, it returns null.
Steps to Reproduce
If you switch the apiVersion in the .js-meta.xml to: <apiVersion>55.0</apiVersion>
, then the recordId will not be fetched and will return null. However if you switch the apiVersion to <apiVersion>54.0</apiVersion>
, it will work as expected. There appears to be a bug in version 55.0.
Activity