I have a visualforce page using skuid:page
Inside the skuid I have a snippet with a method (openPrimaryTab()) that in the lightning salesforce console only works on API versions above 42.
I have tried using
<apex:includeScript value=“/support/console/50.0/integration.js”/>
and
but they do not work.
So, my question is, how do you integrate a Skuid page with the SF Console Integration Toolkit??