Philip Nuzhnyi
Philip Nuzhnyi
@Natetronn i am running `node v10.19.0`
This does not seem to be an issue when using `getInitialProps` (as used in the example [here](https://github.com/algolia/react-instantsearch/blob/master/examples/next/pages/index.js#L42)). Is there any chance this is related to this [issue](https://github.com/algolia/react-instantsearch/issues/2960#issuecomment-667864899)?
@Haroenv i have a reproduction [here](https://github.com/algolia/react-instantsearch/pull/2987) - basically it boils down to wrapping a helper component in `connectStats` (we were using this to adjust how filters are rendered based on...
@Haroenv i don't think i follow completely. looking at this [here](https://github.com/algolia/react-instantsearch/blob/master/examples/next/pages/index.js#L44) ```javascript static async getInitialProps({ asPath }) { const searchState = pathToSearchState(asPath); const resultsState = await findResultsState(App, { ...DEFAULT_PROPS, searchState,...
@Haroenv any updates on this?
seeing the same error here, the issue comes from `escodegen.attachComments` which is due to fact that estraverse dependency is super outdated https://github.com/estools/escodegen/pull/266
Managed to patch this as follows: ```javascript import { ApolloServer } from 'apollo-server-express'; import { loadSchema, getSchema } from 'graphql-loader'; import { makeExecutableSchema } from 'graphql-tools'; import { initAccounts }...
@bahmutov any luck with `react-to-print`? I've stumbled upon your snippet [here](https://gitter.im/cypress-io/cypress?at=5f063d0eba4e030eeb8ba1fb) but it does not seem to work - the test just hangs
is now a good moment to pick up this discussion? or is there maybe a better place to do this? we are currently looking into Vercel Commerce for a custom...
e.g. is this comment `🔔 New providers are on hold https://github.com/vercel/commerce/pull/252 🔔` [here](https://github.com/vercel/commerce/blob/main/packages/commerce/new-provider.md) valid?