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
Is your feature request related to a problem? Please describe.
Export ModelManagerConfiguration interface from ModelClient.ts to root import so end user may use it.
Describe the solution you'd like
Can't do this without hax:
Describe alternatives you've considered
I can workaround by using import { ModelManagerConfiguration } from '@adobe/aem-spa-page-model-manager/dist/ModelManager';, but importing anything directly from a dist folder is usually risky behavior as it is more prone to implementation change without notice or documentation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Export ModelManagerConfiguration interface from ModelClient.ts to root import so end user may use it.
Describe the solution you'd like
Can't do this without hax:
Describe alternatives you've considered
I can workaround by using
import { ModelManagerConfiguration } from '@adobe/aem-spa-page-model-manager/dist/ModelManager';
, but importing anything directly from adist
folder is usually risky behavior as it is more prone to implementation change without notice or documentation.The text was updated successfully, but these errors were encountered: