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
I am trying to use the react-aria-modal, I'm copying my code below so you can see how it's implemented, with all the properties I'm using. But I am facing the issue Unable to preventDefault inside passive event listener due to target being treated as passive., when I try to click outside the dialog.
<AriaModal
onExit={this.props.onClose}
titleText="Add to Bag"
underlayClickExits
escapeExits
underlayColor="none"
includeDefaultStyles={false}
>
does anyone knows how to fix this?
The text was updated successfully, but these errors were encountered:
I am trying to use the react-aria-modal, I'm copying my code below so you can see how it's implemented, with all the properties I'm using. But I am facing the issue Unable to preventDefault inside passive event listener due to target being treated as passive., when I try to click outside the dialog.
<AriaModal
onExit={this.props.onClose}
titleText="Add to Bag"
underlayClickExits
escapeExits
underlayColor="none"
includeDefaultStyles={false}
>
Hello!
I am trying to use the react-aria-modal, I'm copying my code below so you can see how it's implemented, with all the properties I'm using. But I am facing the issue
Unable to preventDefault inside passive event listener due to target being treated as passive.
, when I try to click outside the dialog.does anyone knows how to fix this?
The text was updated successfully, but these errors were encountered: