Minor Changes
- #2593 by @zbeyens –
- New prop in
createPrimitiveComponent
:setProps
where the first parameter is the props returned by the "props hook". Returned attributes are passed to the component. You can use this prop to merge or override all props. - Plate components
className
andstyle
props are now merged with the "props hook" ones if defined. To override instead of merging, usesetProps
.
- New prop in