The example under “Collecting role information on Dismiss” is not working. Instead of showing different logs, console logs only
{
"role": "backdrop"
}
data is passed as undefined.
The example under “Collecting role information on Dismiss” is not working. Instead of showing different logs, console logs only
{
"role": "backdrop"
}
data is passed as undefined.
I just ran the React example in StackBlitz and am getting the expected results
{
"data": {
"action": "delete"
},
"role": "destructive"
}
{
"data": {
"action": "cancel"
},
"role": "cancel"
}
{
"data": {
"action": "share"
}
}
{
"role": "backdrop"
}