This issue has been fixed in Meteor 1.6.1. Until it's released you can install it using the release
flag:
meteor update --release 1.6.1-rc.2
meteor npm install --save @babel/runtime
(1.6.1 requires this package)
This changes algoliasearch
dependency in ./dom.js
to require 'algoliasearch/src/browser/builds/algoliasearch'
instead of algoliasearch/lite
to fix this issue.
npm i -S react-instantsearch-meteor
https://npmjs.org/packages/react-instantsearch-meteor
This is the React version of
Algolia's instantsearch
library.
Go to the React InstantSearch website for more information.