storybookjs
Enterprise
storybook
Sign in / Sign up
Open main menu
Your Enterprise license expires in 6 days.
storybook
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Failed
33940
032c046b Merge branch 'next' into kasper/fix-render-template-identifier
1 month ago
by JReinhold
J
Failed
33940
40bab5e3 Preserve story-level render precedence over meta render When a story has `render: ImportedTemplate` that can't be resolved, getRenderPath previously returned undefined — indistinguishable from "no render property". This caused incorrect fallback to meta's render. Introduce tri-state RenderResolution (missing/resolved/unresolved) so that an unresolvable story render skips meta's render and falls through to no-function JSX synthesis instead.
1 month ago
by kasperpeulen
k
Failed
33940
b418efee Fix prettier formatting
1 month ago
by kasperpeulen
k
Failed
33940
64ee143e Support function declaration Templates in render identifier resolution resolveIdentifierInit now finds `function Template() {}` declarations (not just `const Template = ...`). Also ensures resolved render functions always use the story name in output, not the template name.
1 month ago
by kasperpeulen
k
Failed
33940
7d8aeb88 React: Handle render identifier in manifest snippet generation When a story or meta uses `render: Template` (an identifier referencing a function) instead of an inline arrow/function expression, the manifest snippet generator would throw "Expected render to be an arrow function or function expression". Now resolves the identifier to its local declaration when possible, and gracefully falls back to no-function JSX synthesis when unresolvable (e.g. imported functions).
1 month ago
by kasperpeulen
k
Canceled
33940
7d8aeb88 React: Handle render identifier in manifest snippet generation When a story or meta uses `render: Template` (an identifier referencing a function) instead of an inline arrow/function expression, the manifest snippet generator would throw "Expected render to be an arrow function or function expression". Now resolves the identifier to its local declaration when possible, and gracefully falls back to no-function JSX synthesis when unresolvable (e.g. imported functions).
1 month ago
by kasperpeulen
k
Previous page
Previous
Next
Next page