Oliver Findl

Results 21 comments of Oliver Findl

Hello, sorry, this was an oversight at my end. Updated my first post to `useRef` hook. Unfortunately, it does not solve this issue. Error: `Type 'MutableRef' is not assignable to...

Workaround: ```javascript const routerContext = useRouter()[0]; const setIncrement = useState(0)[1]; useEffect(() => setIncrement(value => value + 1), [routerContext]); ```

Hello, sorry I don't speak chinese. Please translate it to english. Thanks

Hello, this [issue](https://github.com/oliverfindl/vue-svg-inline-loader/issues/4) was solved long time ago, but it seems to appear again. Probably there were some breaking changes in [webpack](https://github.com/webpack/webpack), but I couldn't find any mentions about `resolve`...

Hello, I'm aware of this warning, but I have no plans to upgrade for now. I tried to upgrade when [SVGO](https://github.com/svg/svgo) version 2 was released, but couldn't figure up all...

Hello, I had some spare time and upon brief investigation I found out, that [SVGO](https://github.com/svg/svgo) changed their config file structure. Upgrade to version 2 would mean breaking change, so it...

Hello, > Any plan to support Vue 3 and Vite ? [Vite](https://github.com/vitejs/vite) is not supported because this is [Webpack](https://github.com/webpack/webpack) loader and [Vite](https://github.com/vitejs/vite) is not based on [Webpack](https://github.com/webpack/webpack). Therefore this plugin...

Hello, > I understand that this is a Webpack plugin. But it's called VUE-svg-inline-loader, not WEBPACK-svg-inline-loader so the next branch could be a Vite implementation of the same feature as...

Hello, > It's not really a choice, that's where the Vue Team decided to go. You are basically saying that this plugin is dead and won't receive further update to...