mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-13 15:43:39 +00:00
no-did-mount-set-state Deprecated mode fix
https://github.com/yannickcr/eslint-plugin-react/issues/760
This commit is contained in:
@@ -208,8 +208,8 @@
|
||||
"react/jsx-sort-props": 0,
|
||||
"react/jsx-uses-react": 1,
|
||||
"react/jsx-uses-vars": 1,
|
||||
"react/no-did-mount-set-state": [1, "allow-in-func"],
|
||||
"react/no-did-update-set-state": [1, "allow-in-func"],
|
||||
"react/no-did-mount-set-state": [1],
|
||||
"react/no-did-update-set-state": [1],
|
||||
"react/no-multi-comp": 0,
|
||||
"react/no-unknown-property": 0,
|
||||
"react/prop-types": 0,
|
||||
|
||||
Reference in New Issue
Block a user