You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=> Failed to build the preview
Error: Symfony console failed with exit status 1:
CMD: 'php' 'bin/console' 'debug:config' 'twig_component' '--resolve-env' '--format=json'
Output:
Error output: [critical] Error thrown while running command "debug:config twig_component --resolve-env --format=json". Message: "No extensions with configuration available for "twig_component"."
No extensions with configuration available for "twig_component".
If the storybook is started without the twig-component package installed, an errors is throw maybe we should add a depencie on twig component as well
The text was updated successfully, but these errors were encountered:
IMHO Storybook should also be usable for regular twig-temlates, that makes sense especially for includes.
We use includes or embeds for basic stuff and Components for more advanced use-cases.
=> Failed to build the preview
Error: Symfony console failed with exit status 1:
CMD: 'php' 'bin/console' 'debug:config' 'twig_component' '--resolve-env' '--format=json'
Output:
Error output: [critical] Error thrown while running command "debug:config twig_component --resolve-env --format=json". Message: "No extensions with configuration available for "twig_component"."
No extensions with configuration available for "twig_component".
If the storybook is started without the twig-component package installed, an errors is throw maybe we should add a depencie on twig component as well
The text was updated successfully, but these errors were encountered: