-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Discover] Table disappears when dragging fields from the field list #209442
Comments
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
@akowalska622 I found this while reviewing #208901, but it exists in |
Sure thing! |
Thanks, going to assign to you! |
Happened because |
So the magical trick, abracadabra, Table disappear! abracadabra, Table appear! it was by Borealis |
Borealis is known to appear in nature only in certain conditions 😁 |
…lastic#209714) ## Summary Closes elastic#209442 After dropping [color utility functions](https://eui.elastic.co/#/theming/colors/utilities) accidentally drag and drop zone background became solid, hiding table content. ![image](https://github.com/user-attachments/assets/5c5b9686-ee11-4407-909f-56c53e4a0cd1) EUI team agreed to revert `transparentize()` in this particular case (until migration from SCSS to Emotions, when a new proper token should already exist). Current color tokens though demanded a bit different opacity values than previously. I was trying to achieve the most similar effect to the `8.17` version. I also adjusted border as it was a bit too light compared to `8.17`. **8.17 border:** <img width="176" alt="Screenshot 2025-02-05 at 10 43 35" src="https://github.com/user-attachments/assets/bf71747a-63a5-4630-8a70-674a9576dbe0" /> **`main` border** <img width="181" alt="Screenshot 2025-02-05 at 10 34 39" src="https://github.com/user-attachments/assets/c0756f20-ae74-4c72-914c-3b9fde96faa0" /> **My choice from existing tokens (there's nothing in between `base` and `strong` success for borders):** <img width="174" alt="Screenshot 2025-02-05 at 10 42 24" src="https://github.com/user-attachments/assets/584f5577-4842-4b44-a395-3b0bcbaf4c82" /> Below you can find gifs with both versions in action. I'm open to any other color-opacity pairs suggestions if those don't mirror the previous state enough. **8.17** ![8 17 drag and drop](https://github.com/user-attachments/assets/a95db5da-1af1-4373-a58d-6ecda33f9387) **This PR** ![PR drag and drop](https://github.com/user-attachments/assets/cf6c1a1e-8f8d-4462-8984-88837289ccd1) ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. ~~- [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~~ ~~- [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials~~ ~~- [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios~~ ~~- [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~~ ~~- [ ] This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The `release_note:breaking` label should be applied in these situations.~~ ~~- [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed~~ - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) ### Identify risks Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss. Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging. - [ ] [See some risk examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) - [ ] ... --------- Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit a080734)
…lastic#209714) ## Summary Closes elastic#209442 After dropping [color utility functions](https://eui.elastic.co/#/theming/colors/utilities) accidentally drag and drop zone background became solid, hiding table content. ![image](https://github.com/user-attachments/assets/5c5b9686-ee11-4407-909f-56c53e4a0cd1) EUI team agreed to revert `transparentize()` in this particular case (until migration from SCSS to Emotions, when a new proper token should already exist). Current color tokens though demanded a bit different opacity values than previously. I was trying to achieve the most similar effect to the `8.17` version. I also adjusted border as it was a bit too light compared to `8.17`. **8.17 border:** <img width="176" alt="Screenshot 2025-02-05 at 10 43 35" src="https://github.com/user-attachments/assets/bf71747a-63a5-4630-8a70-674a9576dbe0" /> **`main` border** <img width="181" alt="Screenshot 2025-02-05 at 10 34 39" src="https://github.com/user-attachments/assets/c0756f20-ae74-4c72-914c-3b9fde96faa0" /> **My choice from existing tokens (there's nothing in between `base` and `strong` success for borders):** <img width="174" alt="Screenshot 2025-02-05 at 10 42 24" src="https://github.com/user-attachments/assets/584f5577-4842-4b44-a395-3b0bcbaf4c82" /> Below you can find gifs with both versions in action. I'm open to any other color-opacity pairs suggestions if those don't mirror the previous state enough. **8.17** ![8 17 drag and drop](https://github.com/user-attachments/assets/a95db5da-1af1-4373-a58d-6ecda33f9387) **This PR** ![PR drag and drop](https://github.com/user-attachments/assets/cf6c1a1e-8f8d-4462-8984-88837289ccd1) ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. ~~- [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~~ ~~- [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials~~ ~~- [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios~~ ~~- [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~~ ~~- [ ] This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The `release_note:breaking` label should be applied in these situations.~~ ~~- [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed~~ - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) ### Identify risks Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss. Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging. - [ ] [See some risk examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) - [ ] ... --------- Co-authored-by: Elastic Machine <[email protected]>
…ist (#209714) (#210189) # Backport This will backport the following commits from `main` to `9.0`: - [Discover table disappears when dragging fields from the field list (#209714)](#209714) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ania Kowalska","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-07T12:54:50Z","message":"Discover table disappears when dragging fields from the field list (#209714)\n\n## Summary\r\n\r\nCloses #209442 \r\n\r\nAfter dropping [color utility\r\nfunctions](https://eui.elastic.co/#/theming/colors/utilities)\r\naccidentally drag and drop zone background became solid, hiding table\r\ncontent.\r\n\r\n![image](https://github.com/user-attachments/assets/5c5b9686-ee11-4407-909f-56c53e4a0cd1)\r\n\r\nEUI team agreed to revert `transparentize()` in this particular case\r\n(until migration from SCSS to Emotions, when a new proper token should\r\nalready exist). Current color tokens though demanded a bit different\r\nopacity values than previously. I was trying to achieve the most similar\r\neffect to the `8.17` version.\r\n\r\nI also adjusted border as it was a bit too light compared to `8.17`.\r\n\r\n**8.17 border:**\r\n<img width=\"176\" alt=\"Screenshot 2025-02-05 at 10 43 35\"\r\nsrc=\"https://github.com/user-attachments/assets/bf71747a-63a5-4630-8a70-674a9576dbe0\"\r\n/>\r\n\r\n\r\n**`main` border**\r\n<img width=\"181\" alt=\"Screenshot 2025-02-05 at 10 34 39\"\r\nsrc=\"https://github.com/user-attachments/assets/c0756f20-ae74-4c72-914c-3b9fde96faa0\"\r\n/>\r\n\r\n**My choice from existing tokens (there's nothing in between `base` and\r\n`strong` success for borders):**\r\n<img width=\"174\" alt=\"Screenshot 2025-02-05 at 10 42 24\"\r\nsrc=\"https://github.com/user-attachments/assets/584f5577-4842-4b44-a395-3b0bcbaf4c82\"\r\n/>\r\n\r\n\r\nBelow you can find gifs with both versions in action. I'm open to any\r\nother color-opacity pairs suggestions if those don't mirror the previous\r\nstate enough.\r\n\r\n**8.17**\r\n![8 17 drag and\r\ndrop](https://github.com/user-attachments/assets/a95db5da-1af1-4373-a58d-6ecda33f9387)\r\n\r\n**This PR**\r\n![PR drag and\r\ndrop](https://github.com/user-attachments/assets/cf6c1a1e-8f8d-4462-8984-88837289ccd1)\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n~~- [ ] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~~\r\n~~- [ ]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials~~\r\n~~- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios~~\r\n~~- [ ] If a plugin configuration key changed, check if it needs to be\r\nallowlisted in the cloud and added to the [docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~~\r\n~~- [ ] This was checked for breaking HTTP API changes, and any breaking\r\nchanges have been approved by the breaking-change committee. The\r\n`release_note:breaking` label should be applied in these situations.~~\r\n~~- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed~~\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n- [ ] [See some risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\r\n- [ ] ...\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a0807347102a7cdefd7edbd27750d6b3bbce2dc3","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Feature:Discover","loe:small","release_note:skip","impact:medium","v9.0.0","Team:DataDiscovery","backport:version","EUI Visual Refresh","v9.1.0"],"title":"Discover table disappears when dragging fields from the field list","number":209714,"url":"https://github.com/elastic/kibana/pull/209714","mergeCommit":{"message":"Discover table disappears when dragging fields from the field list (#209714)\n\n## Summary\r\n\r\nCloses #209442 \r\n\r\nAfter dropping [color utility\r\nfunctions](https://eui.elastic.co/#/theming/colors/utilities)\r\naccidentally drag and drop zone background became solid, hiding table\r\ncontent.\r\n\r\n![image](https://github.com/user-attachments/assets/5c5b9686-ee11-4407-909f-56c53e4a0cd1)\r\n\r\nEUI team agreed to revert `transparentize()` in this particular case\r\n(until migration from SCSS to Emotions, when a new proper token should\r\nalready exist). Current color tokens though demanded a bit different\r\nopacity values than previously. I was trying to achieve the most similar\r\neffect to the `8.17` version.\r\n\r\nI also adjusted border as it was a bit too light compared to `8.17`.\r\n\r\n**8.17 border:**\r\n<img width=\"176\" alt=\"Screenshot 2025-02-05 at 10 43 35\"\r\nsrc=\"https://github.com/user-attachments/assets/bf71747a-63a5-4630-8a70-674a9576dbe0\"\r\n/>\r\n\r\n\r\n**`main` border**\r\n<img width=\"181\" alt=\"Screenshot 2025-02-05 at 10 34 39\"\r\nsrc=\"https://github.com/user-attachments/assets/c0756f20-ae74-4c72-914c-3b9fde96faa0\"\r\n/>\r\n\r\n**My choice from existing tokens (there's nothing in between `base` and\r\n`strong` success for borders):**\r\n<img width=\"174\" alt=\"Screenshot 2025-02-05 at 10 42 24\"\r\nsrc=\"https://github.com/user-attachments/assets/584f5577-4842-4b44-a395-3b0bcbaf4c82\"\r\n/>\r\n\r\n\r\nBelow you can find gifs with both versions in action. I'm open to any\r\nother color-opacity pairs suggestions if those don't mirror the previous\r\nstate enough.\r\n\r\n**8.17**\r\n![8 17 drag and\r\ndrop](https://github.com/user-attachments/assets/a95db5da-1af1-4373-a58d-6ecda33f9387)\r\n\r\n**This PR**\r\n![PR drag and\r\ndrop](https://github.com/user-attachments/assets/cf6c1a1e-8f8d-4462-8984-88837289ccd1)\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n~~- [ ] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~~\r\n~~- [ ]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials~~\r\n~~- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios~~\r\n~~- [ ] If a plugin configuration key changed, check if it needs to be\r\nallowlisted in the cloud and added to the [docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~~\r\n~~- [ ] This was checked for breaking HTTP API changes, and any breaking\r\nchanges have been approved by the breaking-change committee. The\r\n`release_note:breaking` label should be applied in these situations.~~\r\n~~- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed~~\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n- [ ] [See some risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\r\n- [ ] ...\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a0807347102a7cdefd7edbd27750d6b3bbce2dc3"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209714","number":209714,"mergeCommit":{"message":"Discover table disappears when dragging fields from the field list (#209714)\n\n## Summary\r\n\r\nCloses #209442 \r\n\r\nAfter dropping [color utility\r\nfunctions](https://eui.elastic.co/#/theming/colors/utilities)\r\naccidentally drag and drop zone background became solid, hiding table\r\ncontent.\r\n\r\n![image](https://github.com/user-attachments/assets/5c5b9686-ee11-4407-909f-56c53e4a0cd1)\r\n\r\nEUI team agreed to revert `transparentize()` in this particular case\r\n(until migration from SCSS to Emotions, when a new proper token should\r\nalready exist). Current color tokens though demanded a bit different\r\nopacity values than previously. I was trying to achieve the most similar\r\neffect to the `8.17` version.\r\n\r\nI also adjusted border as it was a bit too light compared to `8.17`.\r\n\r\n**8.17 border:**\r\n<img width=\"176\" alt=\"Screenshot 2025-02-05 at 10 43 35\"\r\nsrc=\"https://github.com/user-attachments/assets/bf71747a-63a5-4630-8a70-674a9576dbe0\"\r\n/>\r\n\r\n\r\n**`main` border**\r\n<img width=\"181\" alt=\"Screenshot 2025-02-05 at 10 34 39\"\r\nsrc=\"https://github.com/user-attachments/assets/c0756f20-ae74-4c72-914c-3b9fde96faa0\"\r\n/>\r\n\r\n**My choice from existing tokens (there's nothing in between `base` and\r\n`strong` success for borders):**\r\n<img width=\"174\" alt=\"Screenshot 2025-02-05 at 10 42 24\"\r\nsrc=\"https://github.com/user-attachments/assets/584f5577-4842-4b44-a395-3b0bcbaf4c82\"\r\n/>\r\n\r\n\r\nBelow you can find gifs with both versions in action. I'm open to any\r\nother color-opacity pairs suggestions if those don't mirror the previous\r\nstate enough.\r\n\r\n**8.17**\r\n![8 17 drag and\r\ndrop](https://github.com/user-attachments/assets/a95db5da-1af1-4373-a58d-6ecda33f9387)\r\n\r\n**This PR**\r\n![PR drag and\r\ndrop](https://github.com/user-attachments/assets/cf6c1a1e-8f8d-4462-8984-88837289ccd1)\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n~~- [ ] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~~\r\n~~- [ ]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials~~\r\n~~- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios~~\r\n~~- [ ] If a plugin configuration key changed, check if it needs to be\r\nallowlisted in the cloud and added to the [docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~~\r\n~~- [ ] This was checked for breaking HTTP API changes, and any breaking\r\nchanges have been approved by the breaking-change committee. The\r\n`release_note:breaking` label should be applied in these situations.~~\r\n~~- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed~~\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n- [ ] [See some risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\r\n- [ ] ...\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a0807347102a7cdefd7edbd27750d6b3bbce2dc3"}}]}] BACKPORT--> Co-authored-by: Ania Kowalska <[email protected]>
When dragging a field from the field list in Discover, the table disappears:
![Image](https://private-user-images.githubusercontent.com/25592674/409375868-f4a48d86-d336-4f6a-8fee-75c6de22d760.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzE4MTksIm5iZiI6MTczOTEzMTUxOSwicGF0aCI6Ii8yNTU5MjY3NC80MDkzNzU4NjgtZjRhNDhkODYtZDMzNi00ZjZhLThmZWUtNzVjNmRlMjJkNzYwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIwMDUxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMwNWVlZmQzMmY0ZmI0MzliZWQzZTI1YzBlNGU4OTA5YmMzMzgwMjU2NDU2OTlhMDZmNjkwYTc3MTU1N2IxMTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ryJJp4qoOs7jVWCLDOmrHBRs2J2u25wT452if3R6qRg)
This was happening in
main
, but not in 8.17, so it seems to have been introduced sometime in between.The text was updated successfully, but these errors were encountered: