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

Cannot use an alias as an input #1190

Closed
matthewp opened this issue May 19, 2022 · 1 comment · Fixed by #1402
Closed

Cannot use an alias as an input #1190

matthewp opened this issue May 19, 2022 · 1 comment · Fixed by #1402

Comments

@matthewp
Copy link
Contributor

Expected Behavior

You should be able to pass an alias as an input.

Actual Behavior

An error for not being able to resolve the alias is shown in the console.

Additional Information

This is the code that causes the bug:

if (!importer) {
return null;
}

Was introduced in this PR: #1024

Doesn't seem like the PR was intentionally trying to make an alias as an input not be allowed, so I think this part was a mistake.

@stale
Copy link

stale bot commented Jul 31, 2022

Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant