Hi all,
I am trying to create a Power Platform component framework component (PCF) that uses the ArcGIS Javascript SDK.
I am wondering if anyone has experience with this and can help me out?
The component works fine when I test it locally but stops working when I deploy it to my Power Platform environment. I don't see any error in the console that can indicate issues with my deployed component. I just get an empty container without a map.
Locally I can see in the DOM that there is a canvas element displaying my webmap With my deployed component, this DOM element is missing.
The code can be found on my github page: https://github.com/RuneHanssens/PCF-ArcGIS