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

Fixing frequent re-renders with latest app-lib-dotnet #2683

Merged
merged 3 commits into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. Found the root cause! This thing re-rendered ProcessWrapper all the t…

    …ime (after each save) and caused all nodes to re-render and unmount (removing them in the process, and probably damaging the NodesContext).
    Ole Martin Handeland committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ee505ba View commit details
    Browse the repository at this point in the history
  2. Optimizing other usages of useLaxInstanceAllDataElements()

    Ole Martin Handeland committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d8a0e3a View commit details
    Browse the repository at this point in the history
  3. Lax was not lax

    Ole Martin Handeland committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a40e0fa View commit details
    Browse the repository at this point in the history