I'm working with ReactiveSearch and trying to figure out how I can render a ReactiveList component conditionally?
For example, if I only want to render a ReactiveList component that has an actor's birthday data (day, month, year, city, country, etc) if user enters a query like "when was tom cruise born"
I have a couple ReactiveList components rendering different types of results but am not sure how to do this one??