Hi,
I just developed a simple pcf map component for Power apps, based on the hello-pcf sample.
The component works great in a model-driven app but for some reason it does not work in canvas apps. I do not get any errors in the console, but if I setup the chrome debugger to pause on all thrown errors I do get an error deep within the mapping library complaining that "Promise.finally is not a function". This error does not occur when using the component within a model-driven app.
Are there any limitations to use of custom pcf components in canvas apps vs model-driven apps?