Konstantin

Results 9 comments of Konstantin

Update: I have managed to run it in react-native (vue-native) project. Indeed we need to add module resolving to babel.config.js: ``` module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ [ require.resolve('babel-plugin-module-resolver'),...

Ok.. I actually found. I looked at demo project. But it was very not obvious.

Oh, thanks for that. I forgot how I hate it when someone says in topic: I found solution, thank you all :D And no solution provided

For now I commented overloading of findOne. It is only used for serving of image. And i think it is not often used command in UI. And it can be...

Just found this. And it works. https://github.com/hannoeru/vite-plugin-pages

Could not manage the same problem. I tried to depend on `refetchQueries: 'active'` to refresh state of component. But onResult didn't work if response from server was the same as...

I tweaked a little: ``` opts = Router.current().route.options; name = opts.template || opts.name || Router.current().route.path().slice(1); ``` Who can add this to pull request? I'm not so familiar with github yet

Thank you. It was quick and dirty solution. Your review is totally makes sense :) Maybe I will make it better sometime.

Agree. It is more logical to work like a button in ui: deploy. If we need to change image it is some other functionality. And probably it is already possible...