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

Improve performance of internal useInertOthers hook #3181

Merged
merged 2 commits into from
May 7, 2024

Commits on May 7, 2024

  1. do not use default function for allowed and disallowed

    Otherwise the fallback function will be used which will be a new
    reference on each render. On pages with lots of elements this causes
    performance issues.
    RobinMalfait committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a40fd2c View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed May 7, 2024
    Configuration menu
    Copy the full SHA
    da9d03a View commit details
    Browse the repository at this point in the history