Aral Roca Gomez
Aral Roca Gomez
try to set [`NEXT_TRANSLATE_PATH`](https://github.com/aralroca/next-translate#13-how-to-use-next-translate-in-a-mono-repo)
1.6.0 released with this fix 👍
Ok! Feel free to PR in order to add the type
Are you sure is an issue from this library? It looks related to this one https://github.com/serverless-nextjs/serverless-next.js/issues/2477#issue-1337802242
@DonovanCharpin would you add a repo with an example that reproduces the error? Thanks!
@DonovanCharpin If I cannot reproduce the issue it is very difficult for me to help. The only case that comes to my mind that can happen to SSR on all...
Is for the HOC in _app.js, is doing by default getInitialProps to avoid conflicts with libraries that are adding the getInitialProps in their HOC. Related with this issue https://github.com/aralroca/next-translate/issues/584 To...
Maybe a similar alternative as `dangerouslySetInnerHTML` but for `attachIsolatedEvents`...? ```jsx { e.target.src = fallbackSrc }, }} /> ```
I don't have any problem with the lazy images. I'm using lazy images almost everywhere. However, in some main parts I want to load these images early as possible (in...