This rule raised an issue when a component is used in the ``++render()++`` method and not ``++import++``ed or defined. == Noncompliant Code Example ---- ; ---- == Compliant Solution ---- import Rating from './Rating' [...] ----