in #688 i moved x-live-blog-post's RichText import to a property to prevent a circular dependency with cp-content-pipeline-ui. however, that can't be serialised by x-interaction, so when next-article hydrates the component it won't render the RichText component.
this PR adds support for passing additional properties to every instance of a particular x-interaction component to be passed in when hydrating it, allowing consumers of x-live-blog-wrapper to pass in RichText.
in #688 i moved x-live-blog-post's
RichText
import to a property to prevent a circular dependency withcp-content-pipeline-ui
. however, that can't be serialised byx-interaction
, so whennext-article
hydrates the component it won't render theRichText
component.this PR adds support for passing additional properties to every instance of a particular
x-interaction
component to be passed in when hydrating it, allowing consumers ofx-live-blog-wrapper
to pass inRichText
.