Skip to content

fix: Fix undeclared variable causing runtime error #112

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

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

Conversation

0xminds
Copy link

@0xminds 0xminds commented Feb 25, 2025

I noticed that the variable targetFileMDX was not declared, which could potentially cause a runtime error. To resolve this, I added the let keyword before the variable to ensure it's properly declared.

Now the code should execute without issues related to this variable.

Copy link

netlify bot commented Feb 25, 2025

Deploy Preview for alloradocs ready!

Name Link
🔨 Latest commit 80ca31b
🔍 Latest deploy log https://app.netlify.com/sites/alloradocs/deploys/67be0491f1c14f00085566af
😎 Deploy Preview https://deploy-preview-112--alloradocs.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.

1 participant