cerebral-legacy / cerebral-view-react

React View layer package for Cerebral
16 stars 9 forks source link

fixes issue when router is not root-level module #56

Closed awei01 closed 8 years ago

awei01 commented 8 years ago

When router is not at root level, then the href prop breaks. Link should use module.path and not module.name to locate cerebral-module-router

Guria commented 8 years ago

@awei01 Cool, thanks