Now you can use context
, instead of sliceprops
. See the following example
<SliceZone
slices={project.data.slices}
components={components}
context={{ highlightBg: project.data.highlight_color }}
/>
Now you can use context
, instead of sliceprops
. See the following example
<SliceZone
slices={project.data.slices}
components={components}
context={{ highlightBg: project.data.highlight_color }}
/>