Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 10, 2024
1 parent 27bce89 commit a9aceef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/news/6391.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing export for new components @sneridagh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const RenderBlocks = (props: RenderBlocksProps) => {
const Block = blocksConfig[blockType]?.view || DefaultBlockView;

return Block ? (
// @ts-ignore It's ok to pass the blockData as is
<Block
key={block}
id={block}
Expand Down

0 comments on commit a9aceef

Please sign in to comment.