I have a simple page that is displaying a table of accounts. When previewing the page or loading as a standalone VF page, I have no issues. When accessing the page through a lightning tab where the page is loaded as a lightning app page, I am getting a console error for every picklist field and every record but only when RecordTypeId is added as a field in the model.
This is causing the page to load very slowly as all of the errors compile. Once the errors finish, the page loads.
If I remove the picklist fields from the table, the errors stop. If I remove RecordTypeId from the model, they also stop.