Skip to content

Path given is refreshing the whole page #3

@vivekiyer114

Description

@vivekiyer114
<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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions