Simon

Results 2 issues of Simon

The following error appears when attempting to compile my react app: ``` Failed to compile ./node_modules/react-regexr/lib/FlagsEditor.js Module not found: Can't resolve 'react-bootstrap/lib/Overlay' in 'D:\...\node_modules\react-regexr\lib' ``` Perhaps this is a result...

The logic that checks for token expiry was not using a valid datetime since the assignment is broken in the OAuthToken implementation. After getting a token response from the auth...