Skip to content

random string in link address #315

Closed
@uragecz

Description

@uragecz

How i can get clean link path? I past into address localhost:3000/ and all time it automaticle fill address with some random chars, for example - http://localhost:3000/#/?_k=s3lc0a ... after click on any link in my menu its chaning on http://localhost:3000/#/graph?_k=z6exsl .... my index.js looks like -

ReactDOM.render(
    <Router>
        <Route path="/" component={App}>
            <IndexRoute component={Home} />
            <Route path="/graph" component={Print}/>
         </Route>
    </Router>,document.getElementById('root')

And link in menu - <li><Link to="/graph" activeClassName="active">{data.graph}</Link></li>
Any tips what i have to do pls ? i want just have an address like a - localhost:3000/graph ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions