Jyotiprakash Lenka
Results
1
comments of
Jyotiprakash Lenka
`import History from 'history';` will result to this issue. History is a named export and hence `import { History } from 'history';` is the correct way to go. Hope this...