Closed nathandunn closed 5 years ago
I get this error:
[HMR] Waiting for update signal from WDS...
underscore_ext.js:3 Uncaught ReferenceError: regeneratorRuntime is not defined
at Object../node_modules/ucsc-xena-client/dist/underscore_ext.js (underscore_ext.js:3)
at __webpack_require__ (bootstrap:782)
at fn (bootstrap:150)
at Object../node_modules/ucsc-xena-client/dist/rx.js (rx.js:5)
at __webpack_require__ (bootstrap:782)
at fn (bootstrap:150)
at Object../node_modules/ucsc-xena-client/dist/xenaQuery.js (xenaQuery.js:17)
at __webpack_require__ (bootstrap:782)
at fn (bootstrap:150)
at Module.<anonymous> (XenaGoViewer.js:11)
./node_modules/ucsc-xena-client/dist/underscore_ext.js @ underscore_ext.js:3
__webpack_require__ @ bootstrap:782
fn @ bootstrap:150
./node_modules/ucsc-xena-client/dist/rx.js @ rx.js:5
__webpack_require__ @ bootstrap:782
fn @ bootstrap:150
./node_modules/ucsc-xena-client/dist/xenaQuery.js @ xenaQuery.js:17
__webpack_require__ @ bootstrap:782
fn @ bootstrap:150
(anonymous) @ XenaGoViewer.js:11
./src/components/XenaGoViewer.js @ XenaGoViewer.js:400
__webpack_require__ @ bootstrap:782
fn @ bootstrap:150
(anonymous) @ VerticalGeneSetScoresView.js:137
./src/components/XenaGeneSetApp.js @ XenaGeneSetApp.js:51
__webpack_require__ @ bootstrap:782
fn @ bootstrap:150
(anonymous) @ main.demo.js:23
./demo/src/index.js @ index.js:23
__webpack_require__ @ bootstrap:782
fn @ bootstrap:150
0 @ AppStorageHandler.js:57
__webpack_require__ @ bootstrap:782
checkDeferredModules @ bootstrap:45
webpackJsonpCallback @ bootstrap:32
(anonymous) @ main.demo.js:1
client:77 [WDS] Hot Module Replacement enabled.
When making this change:
diff --git a/package.json b/package.json
index 3027a9f..62217f3 100644
--- a/package.json
+++ b/package.json
@@ -30,13 +30,25 @@
"react-material-responsive-grid": "^1.2.1",
"react-toolbox": "^2.0.0-beta.12",
"tiny-lru": "^6.0.1",
- "ucsc-xena-client": "2.42.0",
+ "ucsc-xena-client": "^2.69.0",
"underscore": "^1.8.3"
},
"peerDependencies": {
"react": "15.x"
},
@acthp Some questions when you have time?