How to view a local stored SVF files using the Forge Viewer?
问题 I'm currently working on a project where I want to display a locally stored SVF-File in the browser using the Forge Viewer. I have already tried different approaches but none of them seem to work and I run into different exceptions every time. Here is how I try to do it using React and Typescript. This is the App.tsx where I load the Viewer Component: <div className="col-sm-8 fill"> <ForgeViewer /> </div> This is my Viewer Component: import React from 'react'; import {useEffect} from 'react'