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 in code (I got error on my server) URGENT #218

Closed
adamasantares opened this issue Sep 7, 2021 · 4 comments
Closed

Bug in code (I got error on my server) URGENT #218

adamasantares opened this issue Sep 7, 2021 · 4 comments
Labels

Comments

@adamasantares
Copy link

why

Why this number was changed in the last release?

@adamasantares adamasantares changed the title I got error on my server I got error on my server (Bug in code) Sep 7, 2021
@adamasantares
Copy link
Author

adamasantares commented Sep 7, 2021

I found this commit 02ac55a
urgent

@adamasantares adamasantares changed the title I got error on my server (Bug in code) Bug in code (I got error on my server) URGENT Sep 7, 2021
@Qix-
Copy link
Owner

Qix- commented Sep 7, 2021

This is not a typo. It's valid JavaScript.

@Qix- Qix- closed this as completed Sep 7, 2021
@MauricioRobayo
Copy link

For people arriving here after googling the error: https://github.com/Qix-/color/issues/204

@Qix- Qix- added the wontfix label Sep 13, 2021
@NateFerrero
Copy link

I fully support using the latest and greatest js, including _ thousands separator

If you need to work around it to build storybook, or any other npm repo, and don't have the ability to use an older version of color, you can add the following rule to your webpack config :

{
  module: {
    rules: [
      {
        test: /\.js$/,
        exclude: /node_modules\/(?!(color)\/).*/,
        include: [path.resolve(__dirname, 'node_modules', 'color')],
        use: [
          {
            loader: require.resolve('babel-loader')
          }
        ]
      }
    ]
  }
}

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

No branches or pull requests

4 participants