### toolbar-replaced-spacer-spaceItems [(#10418)](https://github.com/patternfly/patternfly-react/pull/10418)

The `spacer` property has been removed from ToolbarGroup, ToolbarItem, and ToolbarToggleGroup. We recommend instead using our new `gap`, `columnGap`, or `rowGap` properties.

Additionally, the `spaceItems` property has been removed from ToolbarGroup and ToolbarToggleGroup.

#### Examples

In:

```jsx
%inputExample%
```

Out:

```jsx
%outputExample%
```
