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

fix: #18 Each instance should have its dependencies applied correctly #19

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

WhiteKiwi
Copy link
Member

close #18

When attaching a value to instance[methodName][aopSymbol], the value is attached to the method in the prototype. To correctly have each instance own its own method, the value should be attached to instance[aopSymbol][methodName].

@WhiteKiwi WhiteKiwi self-assigned this Apr 18, 2023
@WhiteKiwi WhiteKiwi merged commit 1e9b945 into v2.x Apr 18, 2023
1 check passed
@WhiteKiwi WhiteKiwi deleted the fix/18 branch April 18, 2023 05:36
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

Successfully merging this pull request may close these issues.

[BUG]: 특정 class 를 dynamic module 로 재사용하는 경우 의도하지 않은 동작을 합니다.
3 participants