Running into an issue here where the following error is being thrown: ``` Uncaught TypeError: get(...) is not a function at Class.<anonymous> (stripe-element.js:23) ``` Looks like `get(this, "stripev3.elements")` is returning undefined, so calling that function is blowing up. Any idea why this might be happening?