-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
For retina
branch, which directly duplicates from https://gitlab.com/ouestware/retina.
When uploading a local file to the website, both the online wesbite https://ouestware.gitlab.io/retina/1.0.0-beta.4/#/ and local deployments fail to process the file correctly, regardless of whether it is in GEXF or GraphML format.
Uncaught TypeError: navigator.block is not a function
at useBlocker.ts:19:31
The above error occurred in the <LocalWarningBanner> component:
at LocalWarningBanner (http://localhost:5173/retina/src/views/LocalWarningBanner.tsx:18:37)
at GraphView (http://localhost:5173/retina/src/views/GraphView.tsx:33:22)
at RenderedRoute (http://localhost:5173/retina/node_modules/.vite/deps/chunk-X6JJIE5D.js?v=25f93c9a:5370:26)
at Routes (http://localhost:5173/retina/node_modules/.vite/deps/chunk-X6JJIE5D.js?v=25f93c9a:6100:3)
at Router (http://localhost:5173/retina/node_modules/.vite/deps/chunk-X6JJIE5D.js?v=25f93c9a:6043:13)
at HashRouter (http://localhost:5173/retina/node_modules/.vite/deps/chunk-X6JJIE5D.js?v=25f93c9a:8101:23)
at Root
Tip
As a workaround, you can upload the file to the public folder and access it using the following URL format:
http://localhost:5173/retina/{graphfile}
cindytsai
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working