- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
build failing with 9.1.10 #5487
Comments
You will need to remove all customizations and attach the .zip with minimal reproduction. While trying doing that myself, I encountered another issue so there is no
This produces:
|
That is exactly the error that I am reporting kind sir! - following your steps does not produce any different outcome. |
Correct. The difference is, my example has been minimized per reproduction instructions, which saves developer time. |
Indeed I get the same error, following the reproduction instructions does not work because of #5488 Furthermore I suspect the if clause is not doing its job:
I do use an array for the colors:
|
Thanks for reporting and sorry for the trouble this was causing. Should all be fixed in 8b50290. Can you confirm? |
Thanks for the quick fix! EDIT: Even with the full project the build passed Maybe for @vedranmiletic: |
9.1.11 is out which includes the fix. |
I confirm the same.
Thanks! I figured by trial and error that |
Just a note that you can get this error if you accidentally have a misconfigured header. For example:
which should be with
Here's the resulting and very mysterious error:
|
Context
build fails with version 9.1.10 - nothing changed on our end from 9.1.9 when it all worked perfectly! Error received in Bug Description
Bug description
When building with github actions - https://github.com/Digital-Controllers/website/blob/main/.github/workflows/ci.yml (NOTE: we've had to force it to use 9.1.9 because of this - that version works fine) - we get the following error:
This does not change when running it locally.
Related links
Reproduction
unfortunately, due to 9.1.10 being very new, when attempting to create a minimal reproduction, it's wanting us to update to 9.1.9 which as stated before worked perfectly!
Steps to reproduce
Browser
No response
Before submitting
The text was updated successfully, but these errors were encountered: