paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

React-router v4 not supported #210

Open kheyro opened 6 years ago

kheyro commented 6 years ago

match function has been removed from react-router v4, so package won't work with this version. It might be worth mentioning it on the README.

sen0rxol0 commented 6 years ago

TypeError: match is not a function this should be easily solved with a RR v4 Support PR

jainmanoj commented 6 years ago

Is the React-router v4 support will be available in future? Is there a workaround to handle this?