We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36de99a commit d328352Copy full SHA for d328352
example/src/App.jsx
@@ -55,7 +55,7 @@ class App extends React.Component {
55
/**
56
* @inheritDoc
57
*/
58
- componentWillMount() {
+ componentDidMount() {
59
firebaseApp.auth().onAuthStateChanged((user) => {
60
this.setState({signedIn: !!user});
61
});
0 commit comments