The Ticker.js file is a big ball of mud that contains every config items including (and especially) the ones that are unrelated to tickers.
This diffs only move the chronik urls config out of this mess, but more similar extractions needs to happen.
Differential D14102
[cashtab] Move the chronik urls config out of Ticker.js Fabien on Jun 22 2023, 07:47. Authored by
Details
The Ticker.js file is a big ball of mud that contains every config items including (and especially) the ones that are unrelated to tickers. This diffs only move the chronik urls config out of this mess, but more similar extractions needs to happen. npm test # With this patch it fails on my machine the same way that it fails on master
Diff Detail
Event TimelineComment Actions
Both master and this patch passed all ok on my end, only thing I can think of is node related, what's your node version? I tested against both v15 and v16 and both were all ok. Other tests on this patch:
Comment Actions
$ node --version v15.14.0 Comment Actions I see what's going on, all the snapshots are wrong because I'm using a locale that uses , as a decimal separator instead of .. Comment Actions I remember us running into this issue a long time ago. It looks like this fix was not kept through the webpack / react upgrade. See if D14111 tests pass on your machine Also note that we are on node 16 now, though this is probably not the cause of this issue. |