Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Meteor usage: Same error as instantsearch.js #251

Closed
Discordius opened this issue Aug 10, 2017 · 3 comments
Closed

Meteor usage: Same error as instantsearch.js #251

Discordius opened this issue Aug 10, 2017 · 3 comments

Comments

@Discordius
Copy link

I am running react-instantsearch on Meteor, and I seem to be getting the same bug as is documented here: algolia/instantsearch#1024

But the suggested bugfix appears to be instanstsearch specific, so I can't fix it. Here is a screenshot:
screen shot 2017-08-09 at 10 53 10 pm

Here is my complete component code:

  <InstantSearch
    appId="Z0GR6EXQHD"
    apiKey="0b1d20b957917dbb5e1c2f3ad1d04ee2"
    indexName="dev_posts"
    >
    <Search />
  </InstantSearch>

const Search = () =>
  <div>
    <Hits />
  </div>
@Haroenv
Copy link
Contributor

Haroenv commented Aug 10, 2017

Seems like you have the same issue indeed. Can you give a replication repo so I see exactly how you're requiring what?

@Discordius
Copy link
Author

Ah, just solved it! I didn't find anything under Meteor in this repo, but this was addressed in the instantsearch.js repo here:

algolia/instantsearch#1807

@Haroenv
Copy link
Contributor

Haroenv commented Aug 10, 2017

Glad you found the solution, these kinds of issues are super hairy to debug. Enjoy your day!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants