Skip to content

fix: 🐛 null-check crash in ShowcaseController._initRootWidget when the Showcase is unmounted in the same frame it mounts (#659) - #665

Open
apurva010 wants to merge 1 commit into
masterfrom
fix/issue_659_null_check_error_on_register_state_disposed
Open

apurva010 wants to merge 1 commit into
masterfrom
fix/issue_659_null_check_error_on_register_state_disposed

Conversation

@apurva010

Copy link
Copy Markdown
Contributor

Description

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

Related Issues

Closes #659

…the `Showcase` is unmounted in the same frame it mounts (#659)
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.

Null check error on register when state disposed

1 participant