sourav-das/stem-separator
3
1# @babel/plugin-transform-react-jsx-self2 3> Add a __self prop to all JSX Elements4 5See our website [@babel/plugin-transform-react-jsx-self](https://babeljs.io/docs/babel-plugin-transform-react-jsx-self) for more information.6 7## Install8 9Using npm:10 11```sh12npm install --save-dev @babel/plugin-transform-react-jsx-self13```14 15or using yarn:16 17```sh18yarn add @babel/plugin-transform-react-jsx-self --dev19```20 