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

bug(get-theme-color): Function get-theme-color throws error with 4 arguments #29819

Open
1 task
dinac1994 opened this issue Oct 3, 2024 · 0 comments
Open
1 task
Labels
area: material/core P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@dinac1994
Copy link

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

get-theme

Reproduction

Stackblitz doesn't include newest version of Angular Material (^18), so can't be produced.

Basically, an invocation of get-theme-color($theme, primary, neutral, 90) throws an error because it does not handle the case in which get-theme-color receives four arguments.

It can be seen in the picture below that, even though it is clear a function can expect 4 arguments ($theme and $args, where length of $args can be 3), the case for $args-count == 3 is not handled.

Image

Expected Behavior

Handle the case for $args-count == 3, so get-theme-color does not throw errors when it receives 4 arguments.

Actual Behavior

Function get-theme-color returns a following error:

Function finished without @return.

Environment

  • Angular: 18.2.6
  • CDK/Material: 18.2.6
  • Browser(s): all
  • Operating System (e.g. Windows, macOS, Ubuntu): all
@dinac1994 dinac1994 added the needs triage This issue needs to be triaged by the team label Oct 3, 2024
@crisbeto crisbeto added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent area: material/core and removed needs triage This issue needs to be triaged by the team labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: material/core P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

No branches or pull requests

2 participants