Ari Shoham

Results 4 comments of Ari Shoham

Try installing it with `npm i -D vantage-next --no-scripts` and then manually install the postcommit script with instructions here https://www.vantagenext.com/docs/troubleshooting Are you on WSL? the problem looks like we aren't...

@adrai It looks like even the `client-page` example in the i18next-http-backend repo ([here](https://github.com/i18next/i18next-http-backend/blob/master/example/next/pages/client-page.js)) causes a hydration error because `ready` is true on the server. What is the recommended way to...

> This changed the undocumented way to programmatically preload `LoadableComponent`s from `dynamic`, it is now `LoadableComponent.preload()` rather than `LoadableComponent.render.preload()`. @klarstrup looks like `.preload()` no longer exists on `LoadableComponent`. We are...

@agusterodin @klarstrup the issue is the `preload` function no longer exists when `{ssr: false}`