David Joy

Results 4 issues of David Joy

From @wittjeff: The .text-danger style has

``` import React, { useEffect, useState } from 'react'; import { Provider } from 'react-redux'; import 'regenerator-runtime/runtime'; import { AppProvider } from '@edx/frontend-platform/react'; import { configure as configureAuth, AxiosJwtAuthService, getAuthenticatedHttpClient,...

Currently if requireAuthenticatedUser is true and the user is anonymous, we begin the login redirect process but don't actually abort initialization. Application code that depends on there being an authenticated...

So in #474, I added a peer dependency on frontend-build because that version of frontend-platform _required_ a sufficiently high version of frontend-build or it would break if added to an...