Benoît Burgener
Benoît Burgener
Please use the 👍 reaction on the initial message to share your interest. Posting the same message over and over creates noise by notifying everyone following this thread for no...
I can reproduce this issue as well with all kind of mutations related to users; it never provides the error in the response like it used to in Strapi 3....
If that is of any help, I have this **Nunjucks** helper: ```js link(handle) { const name = handle.replace('@', ''); let prefix = ''; let ext = ''; if (process.env.NODE_ENV ===...
Relates to #713
> should we drop fractal new and just have the CLI there to serve and build? I'd rather keep only the project scaffolding feature, that's a great thing to easily...
What you think would be a great replacement? `Inquirer.js`?
I really like the idea of providing ready-to-use layouts for those, we could even add font families in the same way. However, it feels weird to me to have this...
@risker I've just checked and have 9.18.1 in both main repo and theme.
@maximedaoust According to [this list](https://github.com/highlightjs/highlight.js/tree/master/src/languages) Highlight.js does not support `vue` out of the box. You probably need an extension like https://github.com/highlightjs/highlightjs-vue
The warning appears in the console when I navigate to components page. It doesn't appear on docs page nor on components "preview" page. So my guess is that it's probably...