a-theme-react
a-theme-react copied to clipboard
This does not correctly pass theme to Authenticator component
The example in the examples/ folder seems to be incorrect. The theme is passed into the Props of the Authenticator component and is never properly assigned unless you explicitly pass it as an argument in withAuthenticator like so:
import { Bootstrap } from 'a-theme-react';
export default withAuthenticator(App, false, [], null, Bootstrap);
Hi @sandyklark thank you for pointing this out. It is been some time, Amplify has changed a lot. I will find some time to revisit Amplify then update.