When I'm trying to open React page using links like http://www.bla.com/sdfsf everything work as It should, but when I'm trying to reach the site using the url http://www.bla.com/sdfsf/asdad it fails returning me the error:
Uncaught SyntaxError: Unexpected token <
I've done few researches on this topic, people who had a similar problem solved it by adding property type="text/jsx" or type="text/babel" to their script tag, but that doesn't work in my case.