Sourabh Debnath

Results 2 issues of Sourabh Debnath

Hello MrSwitch, I tried your phonegap-demo app, replacing your code with mine like this: ``` hello.init({ msft: { id: CONFIG.clientId, oauth: { version: 2, auth: 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize', grant: 'https://login.microsoftonline.com/common/oauth2/v2.0/token' }, scope_delim:...

The `ref` is `undefined` in `componentDidMount`. We have a condition where we need to show the modal when the components first render. Here is the code snippet ```js componentDidMount() {...