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

TypeError: Null check operator used on a null value #119

Open
sentry-io bot opened this issue Feb 1, 2025 · 0 comments
Open

TypeError: Null check operator used on a null value #119

sentry-io bot opened this issue Feb 1, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 1, 2025

Sentry Issue: GLUT-ASSISTANT-N-3N

TypeError: Null check operator used on a null value
  File "framework.dart", line 5736, in StatefulElement.state
    State<StatefulWidget> get state => _state!;
  File "framework.dart", line 4976, in Element.findRootAncestorStateOfType
    if (ancestor is StatefulElement && ancestor.state is T) {
  File "navigator.dart", line 2779, in Navigator.of
    navigator = context.findRootAncestorStateOfType<NavigatorState>() ?? navigator;
  File "dialog.dart", line 1425, in showDialog
    to: Navigator.of(
  File "dialog.dart", line 239, in codeCheckDialog
    showDialog(

This issue was automatically created by Sentry via 桂工助手N

@sentry-io sentry-io bot added the bug Something isn't working label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant