You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps to clone, npm install, and then npm build. This generates a min.js file. However, when I add this to a script tag and then try to call OpenAPISnippet I get
OpenAPISnippetVM438:1 Uncaught ReferenceError: OpenAPISnippet is not defined at <anonymous>:1:1
The text was updated successfully, but these errors were encountered:
It is now working, unsure what my issue was... Do you guys plan to publish to a CDN? I'm integrating this into FastAPI and would like the ease of using a CDN to get the javascript
I followed the steps to clone, npm install, and then npm build. This generates a min.js file. However, when I add this to a script tag and then try to call OpenAPISnippet I get
The text was updated successfully, but these errors were encountered: