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: remove naming conflict #572

Merged
merged 2 commits into from
Oct 16, 2019
Merged

fix: remove naming conflict #572

merged 2 commits into from
Oct 16, 2019

Conversation

jlengstorf
Copy link
Contributor

There was a const being declared with the same name as a function in the outer scope. I think this could be responsible for #569, but in any case it’s probably worth renaming to avoid confusion/naming collisions.

- Summary

- Test plan

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

jlengstorf and others added 2 commits October 15, 2019 17:42
There was a const being declared with the same name as a function in the outer scope. I _think_ this could be responsible for netlify#569
@RaeesBhatti
Copy link
Contributor

@jlengstorf Thanks for the PR. I've found the issue for your project, it's a different one but this was also a bug. Thanks 🎉

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

2 participants