You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"events": [
{
"name": "focus",
"type": {
"text": "Event"
},
"description": "Emitted when the element has received focus."
},
The argTypes returned by the helper show CustomEvent<Event> though:
{
"name": "focus",
"description": "Emitted when the element has received focus.",
"control": false,
"table": {
"category": "events",
"type": {
"summary": "CustomEvent<Event>"
}
}
}
The text was updated successfully, but these errors were encountered:
I have this piece in my CEM:
The
argTypes
returned by the helper showCustomEvent<Event>
though:The text was updated successfully, but these errors were encountered: