Allow to pass instances of `ReactClassElementSpec` class to `TestRendererUtils.findComponents` method, so we can write: ```scala findComponents(renderer.root, <.TextInput) ``` instead of: ```scala findComponents(renderer.root, <.TextInput.reactClass) ```