orb
orb copied to clipboard
Qlik Sense
First of all I would like to congratulate you for the excellent framework created!!!
I am currently trying to integrate orbjs into Qlik Sense and am encountering difficulties due to the same use requirejs.
I believe the problem is related to line 2.968: var react = typeof window === 'undefined' ? dereq('react') : window.React;
Has anyone gone through this or do you know what needs to be done to get around this? Because of this, the following command does not work: var pgridwidget = new orb.pgridwidget(config);
Best regards, Talles