FlowRouter react-mounter and react 16 +

Hi all,

Have a question about state of the art. Everything seems to work, but I see warning that react-mounter (which seems to be recommended way to use React components with FlowRouter) has peer dependency of react@0.14.x || 15.x.x. I guess it should be ignored and only reason is that this package is created long time ago when there was no react 16 on the scene. Am i right? Btw it is not only example of problems with outdated peer dependencies in meteor community packages. Is there any plan to update things?

Cheers,
G.

Would it be too hard to go with the react-router? I feel react-router is just too good for React not to use it.