I have been using the LinkContainer from the react-router-bootstrap react library for a while but currently it is throwing this error when I import it:
TypeError (0 , _reactRouterDom.withRouter) is not a function
I have my very simple react application in this codesandbox over here
Help me debug this please.