Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-functional router in IE9 #166

Open
zvitek opened this issue Jan 13, 2016 · 0 comments
Open

non-functional router in IE9 #166

zvitek opened this issue Jan 13, 2016 · 0 comments

Comments

@zvitek
Copy link

zvitek commented Jan 13, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant