orb icon indicating copy to clipboard operation
orb copied to clipboard

Qlik Sense

Open tallesgmaion opened this issue 8 years ago • 0 comments

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

tallesgmaion avatar Nov 22 '17 15:11 tallesgmaion