larrymyers / react-mini-router

A minimal URL router for React.js
MIT License
282 stars 38 forks source link

Incompatible with React 15.4.0 #65

Closed alexkrolick closed 7 years ago

alexkrolick commented 7 years ago
ERROR in ./~/react-mini-router/lib/RouterMixin.js
Module not found: Error: Cannot resolve module 'react/lib/getEventTarget

The router is using private APIs that seem to have changed.

alexkrolick commented 7 years ago

Seems to be fixed by #66 (merged) and #67 (unmerged, needs status update). Closing.