aimanzaheb

Results 8 comments of aimanzaheb

![Screenshot (149)](https://user-images.githubusercontent.com/50737539/91754044-5fc56980-ebe6-11ea-925e-fc5894144209.png) See scrollbar of browser to see there is consistency in connections reconnects if using same type of domain URLs in pool ![Screenshot (150)](https://user-images.githubusercontent.com/50737539/91754279-c5195a80-ebe6-11ea-9f73-1f75c2e74aab.png) But in this other pic...

Solved - first uninstall latest version of sass-mq npm uninstall sass-mq then install version 5.0.1 npm install sass-mq@^5.0.1 --save-dev

In your workshop material you mentioned "Also notice that while what we're doing here is still useful and you'll learn valuable skills" function useSafeDispatch(dispatch) { const mountedRef = React.useRef(false) React.useEffect(()...