LoginSignup
1
1

More than 3 years have passed since last update.

error: [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.

Last updated at Posted at 2019-06-21

エラー:
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See

解決策:
以下をCSSに追加

.container {
    touch-action: none;
}

source:
reactjs - Intervention Unable to preventDefault inside passive event listener due to target being treated as passive - Stack Overflow

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1