Replies: 1 comment
|
Hi @mrleemon,
This is for internal use only. There are no current plans to make it public. However, if you simply copy the implementation of that component, you should be able to achieve the same result. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I noticed that recently, all core dynamic blocks have migrated away from
ServerSideRenderin favor of the newHtmlRenderercomponent.I have a few custom dynamic blocks currently relying on
ServerSideRender, and I would like to update them to useHtmlRendererif possible. While looking through the core implementation, I noticed it's being imported relatively:A couple of questions regarding this:
HtmlRendererconsidered a public component? Or is it currently intended for internal core use only?Any guidance on the recommended path forward for custom blocks would be greatly appreciated.
Thanks in advance!
All reactions