# react/no-namespace
📝 Enforce that namespaces are not used in React elements.
Enforces the absence of a namespace in React elements, such as with `svg:circle`, as they are not supported in React.
## Rule Details
The following patterns are considered warnings:
```jsx
```
```jsx
```
The following patterns are **not** considered warnings:
```jsx
```
```jsx
```
## When Not To Use It
If you are not using React.