Vlad Elagin

Results 2 comments of Vlad Elagin

Aren't you supposed to pass whole next.config.js to `nextTranslate`? It's stated [here](https://github.com/vinissimus/next-translate#add-next-translate-plugin)

@william-hotmart I think that `` isn't updating since its props aren't. Try to wrap `getDynamic` with `useCallback` and add current lang as its dependency. Thus changing language will change `getDynamic`...