Open vikaskyadav opened 6 years ago
Can you give a specific example of what you're running into?
I have the similar problem. But the router is working really.
Here is some strange code https://github.com/Seedstars/django-react-redux-base/blob/master/src/static/containers/index.js
It won't works with my webpack and fail eslint checking.
Also, I don't see such construction in docs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
Switch to
import HomeView from './HomeView/index'
export { HomeView }
helps.
I have configured everything but I can't see routes working as expected. Can anyone help me in this regard?