I have a SharePoint web part where I'm using the MGT Person component.
gulp serve
is working just fine.
However, when I bundle/package/deploy the app and add my web part to the page, I get the following error:
Manifest not found for component id "78b11c7d-7ca8-47cb-a93c-d3beabb519a1" and version "2.3.0".
Looking at the packaged files shows me that 78b11c7d-7ca8-47cb-a93c-d3beabb519a1 represents mgt-spfx
library and it is indeed version 2.3.0. I have no idea how to proceed at this point. Any ideas on how to debug?