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

symbol has already been declared in another package #20434

Open
dabbabi opened this issue Nov 23, 2024 · 1 comment
Open

symbol has already been declared in another package #20434

dabbabi opened this issue Nov 23, 2024 · 1 comment
Assignees

Comments

@dabbabi
Copy link

dabbabi commented Nov 23, 2024

Dear
Starting from version 6.7.0, I'm getting a compilation error in my angular project using both packages @fortawesome/fontawesome-free version greater than 6.6.0 and package luxon (any version).
Below the error:

X [ERROR] The symbol "s" has already been declared (in package @fortawesome/fontawesome-free)

angular:script/global:scripts.js:23:1951:
  23 │ ...asdt:"thin","fa-thin":"thin"}},s="classic",Z1={fak:"kit","fa-ki...
     ╵                                   ^

The symbol "s" was originally declared here (in package luxon):

angular:script/global:scripts.js:156:2:
  156 │   s = "short",
      ╵   ^

I know that this is an uncommon issue report, but is it possible to change the name of s variable so we may coexist both packages, please?

All the best

@tagliala
Copy link
Member

I think this is related to #20424 and #20423

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

No branches or pull requests

3 participants