You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Appease the linter by turning it off
This commit is contained in:
@@ -83,7 +83,7 @@ const Pill = createReactClass({
|
||||
},
|
||||
|
||||
// TODO: [REACT-WARNING] Replace with appropriate lifecycle event
|
||||
async UNSAFE_componentWillReceiveProps(nextProps) {
|
||||
async UNSAFE_componentWillReceiveProps(nextProps) { // eslint-disable-line new-cap
|
||||
let resourceId;
|
||||
let prefix;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user