-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
<Breadcrumb
path={
[
{
path: '/messages',
label: 'Messages '
},
{
path: `/pending/${this.props.params.id}`,
label: ` ${data.title}`
}
]
}
separatorChar={' > '}
/>
if i click on messages , it refeshes the whole page,how do i avoid.
This module is anti-react.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels