Skip to content

`UNavbar`: fixed multiple components adding to the `prependSlot`

Havryliuk Stepan requested to merge fix/navbar-prepend-slot into master

The unshift method does not return a new array, so we cannot chain the slice method to it.

Merge request reports