microsoft / Microsoft-Fabric-workload-development-sample

Demonstrates how to implement a Microsoft Fabric workload in .net and typescript
Other
30 stars 16 forks source link

Cannot find module when after upgrading @fabric-msft/fabric-angular #88

Closed q-nicolechoi closed 2 months ago

q-nicolechoi commented 2 months ago

After upgrading @fabric-msft/fabric-angular from 1.0.0-beta to 1.0.4-beta (also tried 1.0.4-beta.1), we get the following error when trying to import a module

import { LoadingButtonProxyModule } from '@fabric-msft/fabric-angular';

Cannot find module '@fabric-msft/fabric-angular' or its corresponding type declarations.

image

From the docs page I found a Stackblitz example here which has the same issue with the most recent version.

amirshwar commented 2 months ago

This issue is related to another package which is not included in this workload sample. Kindly contact the owners of this package for further support - @fabric-msft/fabric-angular