I use eslint-plugin-react@7.29.4 & prop-types in my project. Everything fine. But once I update eslint-plugin-react to 7.31.x even to the latest one which is 7.31.6 currently. I have a false positive error Declare only one React component per file react/no-multi-com issue reported.

I use eslint-plugin-react@7.29.4 & prop-types in my project. Everything fine. But once I update
eslint-plugin-reactto7.31.xeven to the latest one which is7.31.6currently. I have a false positiveerror Declare only one React component per file react/no-multi-comissue reported.