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] hooks: useSubEnv and useChildSubEnv should apply on prototype chain #1447

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 31, 2023

  1. [FIX] hooks: useSubEnv and useChildSubEnv should apply on prototype c…

    …hain
    
    Before this commit:
    When using useSubEnv or useChildSubEnv, only owned properties of the
    extensions are assigned to the new env.
    
    After this commit:
    Properties from the whole prototype chain of the extension are assigned
    to the env.
    BastienFafchamps committed May 31, 2023
    Configuration menu
    Copy the full SHA
    0b84270 View commit details
    Browse the repository at this point in the history