Replies: 1 comment 1 reply
-
Any chance that you give code snippets to what it would look like? I don't think we should export anything that is coupled with the InstantSearch.js rendering from the root. This goes in line with the long-term "InstantSearch Core" task. Here's what I've in mind right now: import instantsearch, { version } from 'instantsearch.js';
import { connectSearchBox } from 'instantsearch.js/connectors';
import { historyRouter } from 'instantsearch.js/routers';
import {
configure,
hierarchicalMenu,
hits,
pagination,
panel,
} from 'instantsearch.js/widgets'; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
version
toinstantsearch
in index.es.ts, those should be imported separatelyexport const connectXXX: xxxConnector
easier than nowOther things that we should change in a major version?
Beta Was this translation helpful? Give feedback.
All reactions