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
Not sure if it's caused by the changes in #3001, but after updating from 7.24 to 7.26, I noticed a bunch of false positives showing up in my code:
.../indico/modules/events/editing/client/js/editing/timeline/util.js
55:14 warning Must use destructuring revision assignment react/destructuring-assignment
.../indico/modules/rb/client/js/common/map/reducers.js
59:9 warning Must use destructuring action assignment react/destructuring-assignment
64:9 warning Must use destructuring action assignment react/destructuring-assignment
Not sure if it's caused by the changes in #3001, but after updating from 7.24 to 7.26, I noticed a bunch of false positives showing up in my code:
The text was updated successfully, but these errors were encountered: