Hello, I am having issues using the box-ui-elements React package. I have gotten the other “simpler” react components to work correctly with a developer token, but for w/e reason the ContentPreview component never renders the preview of the file.
There are 0 errors in the console and if I enable the header it is able to display the file name correctly. So, the file ID is correct and the dev token is accurate since it works with other components on the same screen. Is this a known issue? It doesn’t seem like a sizing issue since it’s given plenty of space and the other components work just fine.
Is there a working example repo I could run and supply my dev token & file ID to and see if it works?
I ended up just using the raw JS CDN approach that some of the Docs outline to display the ContentPreview and that works just fine. So, I ended up just removing the entire box-ui-elements
package since it wasn’t buying me much. I would like to actually use the package though since it is simpler to use theoretically. Having a “real” repository example or even a stackblitz
example of using all the elements would help dramatically vs. the auto generated docs.