persona-community-5/.pnpm-store/v3/files/97/9cab4e10fcfd4c49fadaaaa3572f0c99e29af0393e5bb0cdbd19d7d0e1224edf6e90bdd3604eeebcfb69bd969735e8b87a3a07eb48d3838d6658d1b061eed1
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

20 lines
403 B
Plaintext

# @babel/plugin-transform-react-jsx-self
> Add a __self prop to all JSX Elements
See our website [@babel/plugin-transform-react-jsx-self](https://babeljs.io/docs/babel-plugin-transform-react-jsx-self) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-react-jsx-self
```
or using yarn:
```sh
yarn add @babel/plugin-transform-react-jsx-self --dev
```