📝 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.
The following patterns are considered warnings:
<ns:TestComponent /><Ns:TestComponent />The following patterns are not considered warnings:
<TestComponent /><testComponent />If you are not using React.