Georgii Perepecho

Results 24 comments of Georgii Perepecho

Hi, sorry for the late response. I'm not sure what is this problem, I don't use `./Main` import, and the clean version works for me. Honestly, this boilerplate is old...

And I'm not really sure you would be happy with creating your app using this boilerplate :) Especially now, when Vue 3 has already introduced

Hi! It's because this boilerplate doesn't transpile `node_modules` path. I'll fix it soon

I've researched how vuetify works. By default, it uses non-built version, so you got an error (because on server-side it didn't transpile). You could use built version, like ``` import...

To transpile node_modules, you should rename .babelrc to babel.config.js and remove excluding node_modules from webpack rule about js files. On client-side all is ok, it builds into one single bundle....

Have you checked Nuxt.js? Maybe will it be easier for you to migrate? But maybe no, I don't know, really :)

Hi! Thank you, glad it was useful. About this issue: it's strange that I didn't notice it before. I think the most logical way to fix it - change the...

Hi, could you please provide some example when the custom validation triggers before submitting the form? As I can see this is not happening: https://just-validate.dev/examples/#advanced https://just-validate.dev/examples/#async Also, I'll think about...

Hello, I had a quick look to the build. It seems I need some time or help to understand how to expose types correctly.

It seems your problem is connected with https://github.com/atlassian/react-beautiful-dnd/issues/2014 `react-beautiful-dnd` doesn't support dynamic changes since version 11, unfortunately :(