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 duplicate key in inspector background section #6438

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Oct 1, 2024

Problem:

The inspector background section causes duplicate keys errors.

image

Fix:

Rename the keys for solid/gradient <> string background inputs so they are unique.

Fixes #6437

Copy link
Contributor

github-actions bot commented Oct 1, 2024

Try me

Copy link

relativeci bot commented Oct 1, 2024

#14478 Bundle Size — 63MiB (~-0.01%).

695a57e(current) vs 916e8b9 master#14476(baseline)

Warning

Bundle contains 70 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#14478
     Baseline
#14476
Regression  Initial JS 46.13MiB(~+0.01%) 46.13MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 21.73% 0%
No change  Chunks 30 30
No change  Assets 33 33
No change  Modules 4418 4418
No change  Duplicate Modules 519 519
No change  Duplicate Code 31.47% 31.47%
No change  Packages 476 476
No change  Duplicate Packages 70 70
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
#14478
     Baseline
#14476
Regression  JS 62.99MiB (~+0.01%) 62.99MiB
Improvement  HTML 11.12KiB (-0.32%) 11.16KiB

Bundle analysis reportBranch fix/inspector-background-duplica...Project dashboard


Generated by RelativeCIDocumentationReport issue

@ruggi ruggi merged commit 9ac163c into master Oct 1, 2024
16 checks passed
@ruggi ruggi deleted the fix/inspector-background-duplicate-key branch October 1, 2024 10:20
liady pushed a commit that referenced this pull request Dec 13, 2024
**Problem:**

The inspector background section causes duplicate keys errors.

<img width="626" alt="image"
src="https://github.com/user-attachments/assets/2d560bc6-7c7b-4ed4-a0a7-e9d4a13a7ff6">

**Fix:**

Rename the keys for solid/gradient <> string background inputs so they
are unique.

Fixes #6437
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

Successfully merging this pull request may close these issues.

Fix background layer duplicate keys in the inspector
3 participants