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
when I try to add Hooks to autoform-ionic I get the error message: Uncaught ReferenceError: AutoForm is not defined
I think this is because in your package.js file aldeeds autoform package is just added but not exported of some kind. Is this right?
When I add aldeeds autoform additionally to this package it works fine, but I am wondering whether it makes sense to have both packages installed and also two different autoform versions then.
Wouldn't it be better to export the autoform object from this package so it can be used like so
AutoForm.hooks(...
Regards
The text was updated successfully, but these errors were encountered:
Hi there,
when I try to add Hooks to autoform-ionic I get the error message:
Uncaught ReferenceError: AutoForm is not defined
I think this is because in your package.js file aldeeds autoform package is just added but not exported of some kind. Is this right?
When I add aldeeds autoform additionally to this package it works fine, but I am wondering whether it makes sense to have both packages installed and also two different autoform versions then.
Wouldn't it be better to export the autoform object from this package so it can be used like so
AutoForm.hooks(...
Regards
The text was updated successfully, but these errors were encountered: