Zeno Junior
Zeno Junior
While they don't add this prop, you can use other approach. ```html ``` ```css /* style.css */ span[role="img"].mdi > svg { fill: inherit; } ```
It happens for me too
Using with Vite, breaks too
I'm facing the same bug It's related to https://github.com/unjs/nitro/issues/912
It happens for me too
The login using the `loginWithProvider` method works, and when accessing the Directus app, I am logged in. However, const `user = useDirectusUser()` returns undefined Directus (CMS): v11.0.2 nuxt-directus: ^5.7.0 Do...