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

[BUGFIX] Do not eagerly consume modifier args during destruction #1276

Merged

Commits on Mar 16, 2021

  1. [BUGFIX] Do not eagerly consume modifier args during destruction

    Currently, in the 3.13 modifier capabilities version, we eagerly consume
    the arguments that are passed to the modifier when it is destroying.
    This can cause issues with backtracking rerender when the state isn't
    actually used, and neither is the consumption. This change makes it so
    that we don't eagerly consume these arguments during destruction in
    general.
    Chris Garrett authored and rwjblue committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a6dc74b View commit details
    Browse the repository at this point in the history