Paul Gascou-Vaillancourt
Paul Gascou-Vaillancourt
Hi, I have no experience with nuxtent but I'm sure there's a way of making it work with this setup, I might try it if I get the time. I...
Ah yeah I see what you mean. Then I guess dynamic components might be a way to do this if you can make it work. Conditional rendering combined with dynamic...
Hi @Stax Maybe try debugging your form with a more generic block : ``` {% block collection_widget %} {{ dump() }} {% endblock %} ``` This should output some useful...
We're seeing this with Storybook 7.0.7: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-accordion--docs. Here's our config: https://gitlab.com/gitlab-org/gitlab-ui/-/blob/c53747427f99d8bf7fe7af4bf5e0e2a124115fc7/.storybook/main.js.
@Hanawa02 Ah, it looks like I was referring to a slightly different issue. You're right, the code does render properly initially. The issue we had was that the Vue template...
@Hanawa02 Created a new issue over here: https://github.com/storybookjs/storybook/issues/23132