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: Invalid Property Access on non existent entry #11990

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

Conversation

braandl
Copy link

@braandl braandl commented May 16, 2024

There is an possibly invalid array access to the state.history in TabRouter.txt (see #11606)

In order to avoid seldom crashes on App closing via Hardware Buttons, I did add a nullcheck before accessing the property key on the array lookup result.

Copy link

netlify bot commented May 16, 2024

Deploy Preview for react-navigation-example ready!

Name Link
🔨 Latest commit 3ba5fc2
🔍 Latest deploy log https://app.netlify.com/sites/react-navigation-example/deploys/6645c35290257c000954661f
😎 Deploy Preview https://deploy-preview-11990--react-navigation-example.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

None yet

1 participant