We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c36629 commit ec3bf2bCopy full SHA for ec3bf2b
src/index.tsx
@@ -68,7 +68,7 @@ const Blocks = ({
68
...renderers,
69
};
70
71
- const hasBlockId = data.version.includes('2.21');
+ const hasBlockId = data.version?.includes('2.21');
72
73
return (
74
<>
0 commit comments