Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computed method is not setup if method does not exist at the point the mixin runs #7

Open
mrfelton opened this issue Feb 29, 2016 · 0 comments

Comments

@mrfelton
Copy link

Similar to fullcube/loopback-ds-calculated-mixin#7

Mixins run very early in the boot process - before components have run. Components can add properties and methods to models. If you set up this mixin that uses a Model function that is defined in a component (and therefore after the mixin initialization has run), the mixin will not be setup properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant