Commit 319c214
committed
fix(dataviews): drop generic JSX syntax from registerLayout story
`<DataViews< PaymentMethod >` is a valid TS-in-JSX generic call form,
but no other Gutenberg story uses it. Some Storybook/Babel setups don't
parse it, which can silently drop the story from the sidebar. Rely on
inference instead, matching the existing story convention.
Refs: none1 parent 0d01570 commit 319c214
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments