The Needs Review Queue Bot → tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- 🇮🇳India ranjith_kumar_k_u Kerala
The issue is resolved in the latest 10.1x dev environment.
latest code
if (this.region === 'hidden') { const pluginSelect = typeof this.$pluginSelect.find('option')[0] !== 'undefined' ? this.$pluginSelect.find('option')[0].value : undefined; const value = typeof this.defaultPlugin !== 'undefined' ? this.defaultPlugin : pluginSelect; if (typeof value !== 'undefined') { if (this.$pluginSelect.length) { this.$pluginSelect[0].value = value; } } }
- Status changed to Needs review
over 1 year ago 6:09am 16 March 2023 - Status changed to Needs work
over 1 year ago 3:06pm 16 March 2023 This issue was fixed in Uncaught TypeError: this.$pluginSelect.find(...)[0] is undefined 🐛 Uncaught TypeError: this.$pluginSelect.find(...)[0] is undefined Fixed .
- Status changed to Needs review
6 months ago 8:01am 28 May 2024 Added test as requested in #19 🐛 Uncaught TypeError: Cannot read properties of undefined (reading 'value') Needs review .This is up for a review now.
- Status changed to Needs work
6 months ago 8:04am 28 May 2024 The Needs Review Queue Bot → tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request → . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- Status changed to Needs review
6 months ago 6:51am 30 May 2024 - Status changed to Closed: duplicate
6 months ago 1:44pm 30 May 2024