Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why do we need transform-react-inline-elements plugin ? #110

Open
ProPhycient5 opened this issue Jan 15, 2022 · 0 comments
Open

Why do we need transform-react-inline-elements plugin ? #110

ProPhycient5 opened this issue Jan 15, 2022 · 0 comments

Comments

@ProPhycient5
Copy link

The features that you all provide can be done by
step 1:
Install via npm: npm install --save-dev babel-plugin-jsx-control-statements

step 2:
specify JSX-Control-Statements as Babel plugin, which you would typically do in your .babelrc

  ...
  "plugins": ["jsx-control-statements"]
}```
then why do we add extra plugin i.e. ``` transform-react-inline-elements```???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant