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
If a component documentation contains a fenced code block with a language other than Elixir or HEEx, a CaseClauseError is produced and the story cannot be rendered.
@doc"""Here's some example CSS:```css.component { color: pink;}```-"""
(Added a dash to trick the GH syntax highlighter.)
If a component documentation contains a fenced code block with a language other than Elixir or HEEx, a CaseClauseError is produced and the story cannot be rendered.
(Added a dash to trick the GH syntax highlighter.)
Stacktrace:
Code that produces the error:
phoenix_storybook/lib/phoenix_storybook/stories/doc.ex
Line 111 in 375968e
The text was updated successfully, but these errors were encountered: