Cameron Cobb

Results 6 comments of Cameron Cobb

`export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/` right after `brew install openssl` solved my issue. Thanks @ima-10

Having the same issue. iPad will be on latest IOS (version 14) but `react-device-detect` will still show `osVersion: 10.15.6`

If you are using React Hooks, `useEffect` with nothing in the dependency array would be equivalent to `componentDidMount`. Use a useEffect cleanup method would be the same as `componentWillUnmount`. ```...

I made it so the graph only shows if RSI is less than 30 or greater than 70 on lines 74 - 77. If you remove that conditional statement, it...

I will take a look at it this weekend. Very sorry. Working at a startup can be time consuming