Problem/Motivation

alert prop doesn't exist

<div{{ attributes.addClass('alert').setAttribute('role', alert) }}>

Proposed resolution

<div{{ attributes.addClass('alert').setAttribute('role', 'alert') }}>

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pdureau created an issue. See original summary.

grimreaper’s picture

Good catch! Thanks!

keshavv made their first commit to this issue’s fork.

keshavv’s picture

Status: Active » Needs review

@Grimreaper Added Quotes and created MR.
Please check.

grimreaper’s picture

@keshav: @pdureau just created the issue less than one hour ago and assigned himself the issue for the fix. He is working on it. Please do not jump in issues where people are currently working.

  • pdureau committed 15dd4d23 on 5.0.x
    Issue #3383283 by pdureau: Alert: replace the undefined and unset alert...
grimreaper’s picture

Assigned: pdureau » Unassigned
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.