I got "Class private methods are not enabled." error when running npm start on a project using leading # to indicate private methods.
I followed this answer: https://stackoverflow.com/a/55822103/4258041 to enable the decorator and it worked, but I cannot find corresponding customize-cra components to add private method syntax in a same way.
"@babel/plugin-proposal-private-methods": "^7.14.5" is already installed and saved in my packages.json.