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
Preview version: 11.0.2 (latest CDN version for Explorer and Picker)
Desktop (please complete the following information):
OS: MacOS
Browser: Chrome
Version 88.0.4324.96 (Official Build) (x86_64)
Steps to reproduce the problem:
Set up VueJS project
Include following in index.html:
<!-- Latest version of the picker css for your locale -->
<script src="https://cdn01.boxcdn.net/platform/elements/11.0.2/en-US/explorer.no.react.js"></script>
<link rel="stylesheet" href="https://cdn01.boxcdn.net/platform/elements/11.0.2/en-US/explorer.css" />
Vue component:
var contentExplorer = new Box.ContentExplorer();
// Show the content explorer
contentExplorer.show("0", ACCESS_TOKEN, {
container: ".preview-container",
});
What is the expected behavior? (Screenshots can be helpful here)
The explorer or picker renders in the component.
What went wrong? (Screenshots, console logs, or HAR files can be helpful here)
React is not rendering via the CDN although the specified CDN is meant to not contain React.
Additional context
Add any other context about the problem here.
Whatever is done for the Content Preview works wonderfully with VueJS. I see that they are on separate versions and projects so hopefully this is even the right place to post this issue. If there are other suggestions or places to get a solution to this please feel free to point me there and close this issue.
The text was updated successfully, but these errors were encountered:
Environment:
Desktop (please complete the following information):
Steps to reproduce the problem:
What is the expected behavior? (Screenshots can be helpful here)
The explorer or picker renders in the component.
What went wrong? (Screenshots, console logs, or HAR files can be helpful here)
React is not rendering via the CDN although the specified CDN is meant to not contain React.
Additional context
Add any other context about the problem here.
Whatever is done for the Content Preview works wonderfully with VueJS. I see that they are on separate versions and projects so hopefully this is even the right place to post this issue. If there are other suggestions or places to get a solution to this please feel free to point me there and close this issue.
The text was updated successfully, but these errors were encountered: