genygilles

Results 6 comments of genygilles

@yisibell We found a workaround, you should have a look at https://stackoverflow.com/q/71709928/3049002 and https://github.com/KevinFabre/vue-cli-5-vuetify-scss-variables-in-js/pull/1 / https://github.com/KevinFabre/vue-cli-5-vuetify-scss-variables-in-js/pull/2 :wink:

Also started facing this issue with Ubuntu MATE 22.04 fresh install, atom 1.60 stable

Version 1.5.1 has been released in February 2020, meanwhile I think it might have been fixed: https://github.com/phw/peek/commit/1044f270246aa2014350cc701fd47477d523b515

cf. https://github.com/gulpjs/gulp/issues/2654

@superbiger It seems due to the JSX in render function: https://github.com/superbiger/vuepress-plugin-tabs/blob/96cf59b10ccc8d877e8ba854a051ab8645e2215b/lib/components/Tabs.vue#L119 I think `@vue/babel-preset-jsx @vue/babel-helper-vue-jsx-merge-props` are missing in `package.json` and maybe also a `babel.config.js`: https://github.com/vuejs/jsx#installation?

@martiL **Workaround**: using `stretch:stretch` no longer warns. :wink: @superbiger I can do a PR to update the README if you want. To really fix the issue, I think it comes...