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 stringification of RowIndex to prevent grid hard crashing #5423

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from

Commits on Jul 29, 2022

  1. Fix stringification of RowIndex to prevent crashing

    rowIndex is occasionally null. It seems that if the row re-renders when the rowIndex is null, AG Grid will hard crash. This change prevents AG Grid from hard crashing.
    caitlinwolters-RL committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    38d3107 View commit details
    Browse the repository at this point in the history