Automatically detects and sets displayName on memo and / or forwardRef wrapped React components
npm install @regrapes/babel-plugin-add-react-memo-displaynameAutomatically detects and sets displayName on memo and / or forwardRef wrapped React components
Simplay add @regrapes/add-react-memo-displayname to your .babelrc file:
``json``
{
"plugins": ["@regrapes/add-react-memo-displayname"]
}