Hi,
I am testing out the JS SDK, and wanted to load React no-build libraries.
However I am not able to load React library. In the sample app I can see that JQUERY is being used in the same way that I am implementing ReactJS external libs.
For reference, I am trying the sample code from React documentation:
I tried every possible way of using the script tag, also tried Whitelisting unpkg.com domain, but nothing really helped.
The html renders, while the React part that needs to be rendered, just doesn't.
Has anyone tried this or similar?