Open apadwekar99 opened 4 months ago
No linter error when not calling load() for a navigational properties for PowerPoint
const slide = context.presentation.slides.getItemAt(0); const shapes = slide.shapes; shapes.addTextBox("Hello World"); await context.sync();
Looking into updating the list used for this detection.
Internal tracking id: 9157119
Expected behavior
No linter error when not calling load() for a navigational properties for PowerPoint
Current behavior
Steps to Reproduce