Hi,
This is pointing to a small error that cause me a beginner big headache.
On the page https://ionicframework.com/docs/pro/basics/getting-started/#pro-client-setup
In the code to use It says:
Pro.init(‘YOUR_APP_ID’, {
appVersion: ‘APP_VERSION’
})
It should say instead:
const IonicPro = Pro.init(‘YOUR_APP_ID’, {
appVersion: ‘APP_VERSION’
})
This is a basic level documentation typo and I hope it gets fixed.
Cheers
(Sorry if it was reported elsewhere. I did not find it).