Remove unnecessary JSX fragment
Replace JSX Fragments <></>
that only contain a single child with that child.

Configuration
- Code Assist ID (for the configuration file):
remove-unnecessary-jsx-fragment
- You can configure custom keyboard shortcuts with this code action kind:
refactor.p42.remove-unnecessary-jsx-fragment
- This code assist provides refactoring suggestions. Learn how to configure the refactoring suggestion visibility.