You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour:
When building project, an error occurs that says the import path of form-cloud-spinner.service is invalid.
Also said spinner service is imported with a direct path.
Error: Module not found: Error: Package path ./lib/form/services/spinner/form-cloud-spinner.service is not exported from package *path_to_project*\node_modules\@alfresco\adf-process-services-cloud (see exports field in *path_to_project*\adf\node_modules\@alfresco\adf-process-services-cloud\package.json)
Expected behavior:
The build should succeed and the import path of the mentioned service should be imported from @alfrseco/adf-process-services-cloud
Steps to reproduce the issue:
Create an npm package that uses form-cloud-spinner.service from @alfrseco/[email protected]. For example extend FormCloudComponent and include a constructor.
Create a project that uses the package.
Build the project
Component name and version: form-cloud-spinner.service from @alfresco/adf-process-services-cloud v6.9.0 and higher
Node version (for build issues):
I used node v14, v16 and v18
The issue is in public-api.ts file:
The text was updated successfully, but these errors were encountered:
Type of issue: (check with "[x]")
Current behaviour:
When building project, an error occurs that says the import path of form-cloud-spinner.service is invalid.
Also said spinner service is imported with a direct path.
Expected behavior:
The build should succeed and the import path of the mentioned service should be imported from
@alfrseco/adf-process-services-cloud
Steps to reproduce the issue:
@alfrseco/[email protected]
. For example extendFormCloudComponent
and include a constructor.Component name and version:
form-cloud-spinner.service
from @alfresco/adf-process-services-cloud v6.9.0 and higherNode version (for build issues):
I used node v14, v16 and v18
The issue is in public-api.ts file:
The text was updated successfully, but these errors were encountered: