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.
2 parents 6c36629 + ec3bf2b commit 969540eCopy full SHA for 969540e
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