reapp / reapp-ui

Amazing cross platform UI's with React and JavaScript
https://reapp.io
MIT License
257 stars 47 forks source link

RoutedViewListMixin not working with latest react-router #98

Open ryd0rz opened 8 years ago

ryd0rz commented 8 years ago

After upgrading reapp-ui to use latest router, the RoutedViewListMixin is not rendering properly. This is due to the router api differences from the 0.13.x to the 2.x.x version.

We are working on reconciling these differences so the RoutedViewListMixin will work properly again.