Vsevolod Volkov

Results 7 comments of Vsevolod Volkov

I don't know how things are in next-page-transitions, but framer-motion does not save context states in AnimatePresence. As a result, useTranslation receives new data in the old component. The solution...

> @StLyn4 exposing the internal context fix this issue or we need more things to do on this issue? thanks As I said earlier, this change allowed us to use...

If I understand correctly, when the production server starts, it loads `next.config.js`. the `webpack` function is not executed, but the module is required at the beginning of the file anyway....

P.S. After creating the PR, I noticed that there is another PR (#22), which essentially does the same thing, just a little differently 😅

Please specify in more detail what exactly needs to be simplified. As soon as I have free time, I will try to do it. 😊 As for the current state,...

I didn't containerize `vericrypt` and `theme-builder`, as I'm not personally interested in them, but I think it can be done very easily, based on #8110. I also didn't implement the...

Just in case, I updated the PRs and now they are compatible with the main branch again.