Skip to content

non-functional router in IE9 #166

@zvitek

Description

@zvitek

Hi, im using react-router-component in version "^0.26.0" and work fine. But in IE9 does not work and teverything finish in last route "NotFound"
I have no idea what im doing wrong.

<Locations>
   <Location path={'/'} handler={HomePage} />
   <Location path={'/choose-trainee'} handler={ChooseTraineePage} />
   <Location path={/\/feed\/([0-9a-z]{10})/} handler={WallPage} matchKeys={['user_Token']} />
   <Location path={'*'} handler={NotFound} />
</Locations>

cases:
IE10 - mydomain.com/choose-trainee -> use handler 'ChooseTraineePage'
IE9 - mydomain.com/choose-trainee -> use handler 'NotFound'

Thx for help

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