Artem Ilchenko

Results 14 comments of Artem Ilchenko

the same with `subset-iconfont` package ```ts import { MiProvider } from 'subset-iconfont'; const mdi = new MiProvider(['shopping-cart', "shopping-cart-checkout", "delete"], { formats: ['woff2'], generateMinCss: false, generateCssMap: false, writeOutFiles: ['web', 'webfonts',"metadata"] });...

I have the same error in my project with nx ![image](https://github.com/aralroca/next-translate/assets/33321841/e19638f7-aa91-45a9-b84a-8b2ae16b6173)

> What about `@react-hookz/web` ? https://react-hookz.github.io/web/?path=/docs/migrating-from-react-use--page thanks

It works for me with nprogress: ```ts import { useStyle } from "src/v2/theme"; import NextProgressLine from "next-progress"; import { useRouter } from "next/router"; import { useEffect } from "react"; import...