Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created October 14, 2024 12:33
Show Gist options
  • Save paulgibbs/70b9f26bdf20d04440098aec36b46fe6 to your computer and use it in GitHub Desktop.
Save paulgibbs/70b9f26bdf20d04440098aec36b46fe6 to your computer and use it in GitHub Desktop.
Gutenberg ServerSideRendered block
<div {...useBlockProps()}>
<Disabled>
<ServerSideRender
skipBlockSupportAttributes
block="my/nlock"
attributes={attributes}
/>
</Disabled>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment