When i install zoomus-jssdk for my react app, it gets an jquery error

Hey @nezto,

Can you try adding the jQuery CDN to your index.html file?

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>

Let me know if this works!

1 Like