Skip to content

Conversation

@bfootepacstar
Copy link

Hello,

First - thank you for making the BlazorGridStack available as an open source project. While making use of this library in a MudBlazor app, I found that the BlazorGridStack can get into a "wonky" state where it will render fine, but none of the clicks respond. The app doesn't lock up, just the BlazorGridStack. I traced this back to a nullable variable (GridJS) being referenced without the nullable operator. It seems to get called multiple times during initial rendering, and if any of those times it ends up as null it will simply crash the BlazorGridStack without any user facing errors.

I whipped up this quick fix and it has alleviated the issue. Please consider merging this PR so that other developers using this library don't run into this potential issue.

And I'm more than happy to make any other changes if the ones I implemented aren't up to snuff.
Thanks,
-Ben

Ben Foote added 2 commits November 4, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant