I'm following the react tutorial with my existing React app w/ Firebase, but am getting this error the moment I add any component beyond InstantSearch ( Hits, SearchBox, Highlight, Pagination)

Hours and no leads. Thank you for your time!
@oznekenzo I'm seeing the same issue. Did you find anything on how to fix it ?
Issue: This is cause i wrapped the <InstantSearch ... /> component inside the connector. This should be the opposite. Fixed.
I鈥檓 not looking at the code right now, but make sure that components are properly nested within the appropriate components, as shown in the documentation
I encountered this error when my component that was created using connectSearchBox was not nested within <InstantSearch>. I resolved it by nesting it within <InstantSearch>.
Most helpful comment
@oznekenzo I'm seeing the same issue. Did you find anything on how to fix it ?
Issue: This is cause i wrapped the
<InstantSearch ... />component inside the connector. This should be the opposite. Fixed.