React-router: Cannot find module './selectors' from 'index.js'

Created on 19 Oct 2017  路  4Comments  路  Source: ReactTraining/react-router

Version

5.0.0-alpha.7

Test Case

https://codesandbox.io/s/n55VljYk7

Steps to reproduce

  • Install the 5.0.0-alpha.7 version of react-router-redux
  • Try to import and use the library

Expected Behavior

Importing the library without any problems

Actual Behavior

It throws an error like this:

Module not found: Error: Can't resolve './selectors' in '[some-path]/node_modules/react-router-redux'

Most helpful comment

This has been fixed in #5638 and brought up in #5637, #5636, #5640 (please check existing issues/PRs before opening a new one :smile_cat:). A release will be happen, but for the time being you can stick to alpha.6.

All 4 comments

I'm confirm, there is a problem

Same here

Same. 馃檨

This has been fixed in #5638 and brought up in #5637, #5636, #5640 (please check existing issues/PRs before opening a new one :smile_cat:). A release will be happen, but for the time being you can stick to alpha.6.

Was this page helpful?
0 / 5 - 0 ratings