Berkay Can
Berkay Can
I also have similar problem @kazkis , when i change with a new cron schedule from admin panel, previous cron schedules still proceeds to execute. It should automatically delete previous...
same problem stills exists i guess.
it occurs only when parent is a flex. I am using nuxt 3.4
yes i have tried that and many other combinations but not working, it is also discussed here : https://github.com/apexcharts/apexcharts.js/issues/1077
i just solved it with this combination: ``` ```
any update?
Hi @Marcoslima016, I encountered the same issue as you. Could you please put a complete example as you mentioned?
Specifying the font weights explicitly works for me: here is my setup - `nuxt.config.ts`: ``` googleFonts: { download: true, text:"abcçdefgğhıijklmnoöprsştuüvyzABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZ0123456789!@#$%^&*()-_+=?/:;.,•", families: { subsets: [4,5], Lato: { wght: [100,200,300,400,500,600,700,800,900], } },...