[it's referencing `this.context` in the constructor, despite performing an earlier check a few lines above for `context` passed as constructor argument](https://github.com/recurly/react-recurly/blob/v1.2.7/lib/three-d-secure-action.js#L66) **To Reproduce** Simply utilize that component. **Expected behavior** Do not throw. **Your Environment** - @recurly/react-recurly@1.2.6 - react@16.14.0 - Latest Chrome
it's referencing
this.contextin the constructor, despite performing an earlier check a few lines above forcontextpassed as constructor argumentTo Reproduce
Simply utilize that component.
Expected behavior
Do not throw.
Your Environment