sp-dev-fx-property-controls icon indicating copy to clipboard operation
sp-dev-fx-property-controls copied to clipboard

Error using PnP Property Controls on SPFx Adaptive Card Extension

Open dcashpeterson opened this issue 5 months ago • 3 comments

When I am using any property control using SPFx 1.18 and the ACE template I am getting the same error as #567. The sample provided as an solution is written in SPFx 1.13 and and V3.2 of the controls and doesn't work. I have tried the file picker and the site picker controls

sp-pages-assembly_en-us_dabadef8fce89e16a072e1ef7c166a4d.js:191 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'isInternal')

Thanks

Category

  • [ ] Enhancement
  • [X] Bug
  • [ ] Question

Version

Please specify what version of the library you are using: [ 3.16]

Expected / Desired Behavior / Question

Following the configuration examples the property controls should load in the property pane.

Observed Behavior

Steps to Reproduce

  1. Scaffold a new ACE project using SPFx 1.18
  2. Add the Property controls per the instructions
  3. Add property control to Property Panel
  4. Load the ACE on the dashboard and try to edit it
  5. The error is thrown to the console and the property page doesn't render

dcashpeterson avatar Feb 27 '24 11:02 dcashpeterson