Closed agusterodin closed 3 years ago
I am getting this error in Create React App. Was this component not achievable with functional components and hooks?
Missing class properties transform. 69 | } 70 | class ReduxRouter extends React.Component { > 71 | removeHistoryListener; | ^^^^^^^^^^^^^^^^^^^^^^ 72 | removeStoreSubscription; 73 | timeTravelling = false; 74 | static defaultProps = {
I think I fixed this problem, please check and let me know.
Works, thanks!
I am getting this error in Create React App. Was this component not achievable with functional components and hooks?