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
Namespace '"C:/Development/Portal-Website/src/Andromeda.Portal.Website/ClientApp/node_modules/@nativescript/core/core-types/index".CoreTypes' has no exported member 'AutofillType
In the index.d.ts file AutofillType is showing compile error.
/**
* Gets or sets the autofill type.
*/
autofillType: CoreTypes.AutofillType;
The text was updated successfully, but these errors were encountered:
Namespace '"C:/Development/Portal-Website/src/Andromeda.Portal.Website/ClientApp/node_modules/@nativescript/core/core-types/index".CoreTypes' has no exported member 'AutofillType
In the index.d.ts file AutofillType is showing compile error.
/**
* Gets or sets the autofill type.
*/
autofillType: CoreTypes.AutofillType;
The text was updated successfully, but these errors were encountered: