Is your feature request related to a problem? Please describe.
I can not reference the transclusion_reference type block. When I do it, the following error is displayed:
Block type is not of the supported types
Given type: transclusion_reference
Describe the solution you'd like
I would like to get support for this block, the @nishan/types already has all typing for it, the @nishan/core seems to be out of date.
Additional context
I have the following dependencies specified in my application:
"@nishans/core": "^0.0.35",
"@nishans/types": "^0.0.57",
The example of code, which may cause this issue:
const syncedBlocks = await page.getBlocks((block) => block.type.includes('transclusion'), true);
Please note, the page should include the synced block on it to throw this error.
Is your feature request related to a problem? Please describe.
I can not reference the
transclusion_referencetype block. When I do it, the following error is displayed:Describe the solution you'd like
I would like to get support for this block, the
@nishan/typesalready has all typing for it, the@nishan/coreseems to be out of date.Additional context
I have the following dependencies specified in my application:
The example of code, which may cause this issue:
Please note, the page should include the synced block on it to throw this error.