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

Stringify the element path passed to data-grid-path #6660

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Nov 19, 2024

Problem:

data-grid-path is not stringified when used in the grid control's component, leading to a lovely [object Object] which functionally nerfs the dom walker.

Fix:

Fix that.

Fixes #6659

Copy link
Contributor

github-actions bot commented Nov 19, 2024

Try me

Copy link

relativeci bot commented Nov 19, 2024

#15209 Bundle Size — 58.09MiB (~+0.01%).

a20df86(current) vs d1d46c1 master#15204(baseline)

Warning

Bundle contains 70 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#15209
     Baseline
#15204
Regression  Initial JS 41.06MiB(~+0.01%) 41.06MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 18.14% 0%
No change  Chunks 20 20
No change  Assets 22 22
No change  Modules 4170 4170
No change  Duplicate Modules 213 213
No change  Duplicate Code 27.29% 27.29%
No change  Packages 477 477
No change  Duplicate Packages 70 70
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
#15209
     Baseline
#15204
Regression  JS 58.08MiB (~+0.01%) 58.08MiB
Improvement  HTML 7.37KiB (-0.25%) 7.39KiB

Bundle analysis reportBranch fix/data-grid-path-stringify-ele...Project dashboard


Generated by RelativeCIDocumentationReport issue

@ruggi ruggi merged commit 3af65db into master Nov 19, 2024
17 checks passed
@ruggi ruggi deleted the fix/data-grid-path-stringify-elementpath branch November 19, 2024 18:02
liady pushed a commit that referenced this pull request Dec 13, 2024
**Problem:**

`data-grid-path` is not stringified when used in the grid control's
component, leading to a lovely `[object Object]` which functionally
nerfs the dom walker.

**Fix:**

Fix that.

Fixes #6659
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.

stringify data-grid-path element path
4 participants