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(js): Correct moduleUrlToModule in routes #82345

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

Conversation

evanpurkhiser
Copy link
Member

This just happened to work before because the module name and the URL are all the same. If you look closely, this was just mapping module name to module name, since they key of the MODULE_BASE_URLS was the module name.

I've fixed this so it now is correctly mapping the module URL to the module name.

This just happened to work before because the module name and the URL
are all the same. If you look closely, this was just mapping module name
to module name, since they key of the MODULE_BASE_URLS was the module
name.

I've fixed this so it now is correctly mapping the module URL to the
module name.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 18, 2024
@evanpurkhiser evanpurkhiser requested review from DominikB2014 and a team December 18, 2024 23:29
Copy link
Contributor

@DominikB2014 DominikB2014 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants