Unsure how `sliceProps` works

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 }}
/>
1 Like