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
Perspective Viewer does not work in Custom Element examples/remote_express and examples/remote-express-typescript
Steps to Reproduce:
Clone, Install and Build project
From the root of the project run: $ yarn start remote-express-typescript or $ yarn start remote-express
Browsing to localhost:8080
Expected Result:
Expect to see the perspective viewer
Actual Result:
Blank Black screen, console exception:
perspective_viewer.js:1423 Uncaught (in promise) TypeError: _(...).then is not a function
at n.wbg.__wbg_then_3d9a54b0affdf26d (perspective_viewer.js:1423)
at perspective_viewer_bg.wasm:0x7541e
at perspective_viewer_bg.wasm:0x5f589
at perspective_viewer_bg.wasm:0x5bfe9
at perspective_viewer_bg.wasm:0x82a72
at perspective_viewer_bg.wasm:0x79b8d
at perspective_viewer_bg.wasm:0xa9c49
at perspective_viewer_bg.wasm:0xa20bf
at perspective_viewer_bg.wasm:0x7d26d
at perspective_viewer_bg.wasm:0x854ec
Environment:
latest version and build,
Ubuntu 20.04
Browsers:
Chrome Version 93.0.4577.63 (Official Build) unknown (64-bit),
Chromium Version 93.0.4577.63 (Official Build) snap (64-bit)
Firefox 92.0
Additional Context:
yarn test_js passes all tests.
Have got the React example to work but not these two with the current version in the repo.
Got these two examples to work by using the unpkg.com web libraries: in <script src="https://unpkg.com/@finos/perspective... but not the libraries in te current repo.
The text was updated successfully, but these errors were encountered:
Working fine now with 1.0.0. And my perspective tables are rendering much faster now and global menu in perspective-workspace now showing up in firefox! thanks
Bug Report
Perspective Viewer does not work in Custom Element
examples/remote_express
andexamples/remote-express-typescript
Steps to Reproduce:
$ yarn start remote-express-typescript
or$ yarn start remote-express
Expected Result:
Expect to see the perspective viewer
Actual Result:
Blank Black screen, console exception:
Environment:
latest version and build,
Ubuntu 20.04
Browsers:
Additional Context:
yarn test_js
passes all tests.<script src="https://unpkg.com/@finos/perspective...
but not the libraries in te current repo.The text was updated successfully, but these errors were encountered: