Tiago Ribeiro

Results 7 comments of Tiago Ribeiro

Have the same issue. Not sure if helps, but I also have a global decorator to wrap the components in the storybook with vuetify stuff, ```javascript // preview.js addDecorator(() =>...

I've no idea @Mikilll94 I no longer work on that project and I'm not currently using this library

> This solves the issue: #223 (comment) DIdn't work for me. Also on RN 66 and react-native-picker v2.2.1

I was having the same issue as @tbredin and @hugo-cardoso's solution worked wonders

> Could you then get ahead with this provide/inject proper way? any update on this ?

still present in [v3.5.8](https://play.vuetifyjs.com/#eNqdU8lu4zAM/RVCl8wSS50NGARpkQJzmvNgLlUPqsU0Sq0FkpI2CPLvpWWhjbsAQU+2yMf3+Ejpas9SbMV2g9ksd3yd2IwZG3zMsIc2osr4f8jBAZbRW5hU7ES6CvwCKsEftfubLrUKGWMFLjRVN8YLrXbrRHjp8KFUtN6lDJUIzsdCn/bSAeQVWpxB+QfQuFSbLv8bgpPO3K7yZDrkhOi/h3LqFakI1NDIbNQWrywFe/gsHZsW85chcOqFnM8z2tARx0VPNt821GhWxmEsAYB7k1fQKadTqwJCiD4MCcIWt8G0dzSA1nc+nksWorEq7iR7LrqYixGWmJ+5/SZ/iP4NUiqi2LGBuTiyR96H9TVWBdq7d+S/TFvWRJLsaf6S0YD6s2SrnEOaCdFqR2UaO7ON3GEWLlixIJiIG5eNxUZ7u/jBf/Lv34Q2KR/HOSbb3ER/n2gta1Kquyw6/SU4QasiSeIX/z0o1FDTqZvUS7yiFqS3xdhEdBojxlMtvSgb2XqRe9/a+D2cIj0qINEzfia+Er9k5crTLWaHKRuaoYWWSbDrRxPsT0s=)

I fixed this with a d.ts file, on my src/ directory ``` declare module "vuex" { export * from "vuex/types/index.d.ts"; export * from "vuex/types/helpers.d.ts"; export * from "vuex/types/logger.d.ts"; export *...