diff --git a/.eslintrc.js b/.eslintrc.js index 8ad268d..3dd60b5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,5 +20,9 @@ module.exports = { rules: { 'linebreak-style': 0, 'no-underscore-dangle': 0, + 'react/no-unstable-nested-components': [ + 'error', + { allowAsProps: true }, + ], }, };