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
Disabling noEmitHelpers is the best solution at the moment. Unfortunately that will emit helpers in all JS modules. We are fixing that by moving some of the helper definitions to the core NativeScript modules.
I have some trouble with the dependency injection system. Every time I run my app I get the following error:
Error calling module function
ReferenceError: __param is not defined
I tried different things but couldn't get it to work.
Has anyone else have this problem? Am I missing something?
Cheers,
Nils
The text was updated successfully, but these errors were encountered: