Minified React error @ ZoomMtg.prepareJssdk()

Meeting SDK Type and Version
Trying to use CDN and version is 2.13.0

Description
I’m trying to implement the MeetingSDK and I was trying to implement the following sample app GitHub - zoom/meetingsdk-web-sample: Zoom Meeting SDK web sample however I am blocked at the line in meeting.js where there is a ZoomMtg.prepareWebSDK() line indicating the error that the Target container is not a DOM element.

Error?
Uncaught Error: Minified React error #200; visit https://reactjs.org/docs/error-decoder.html?invariant=200 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Target container is not a DOM element.

Troubleshooting Routes
Tried the exact sample app and it works there but couldn’t get to realize why is it failing here and what is missing. Also tried using prepareJssdk() but same issue.

How To Reproduce
Just open up the page meeting.html and read the console errors.

@adi.hadziomerovic ,

The CDN example points to
https://source.zoom.us/2.13.0/lib/vendor/react.min.js
https://source.zoom.us/2.13.0/lib/vendor/react-dom.min.js

This specific version is react 16.13.

Could you check if your implementation is using this version as well?

Thank you for your reply @chunsiong.zoom ,

If you mean if these external scripts are on that version, then yes they are. If I check both of those they are at 16.13.

Edit: Couldn’t upload the screenshot for some reason - anyways, the external scripts via tags pointing to the links you’ve sent.

@adi.hadziomerovic

Just thinking out loud, is it possible that there is a race condition where the zmmtg-root div object is not loaded before the javascript runs?

Hi @adi.hadziomerovic ,

Was this resolved? If so, please share how. Thanks!