reynard80
reynard80
Same problem here: `(node:6428) UnhandledPromiseRejectionWarning: ReferenceError: window is not defined` I guess no solution is available?
Thanks for your clear reply. That seems to work. However, I'm using typescript and `type: 'candlestick'` isn't working; I get a `Type '"candlestick"' is not assignable to type 'keyof ChartTypeRegistry'.`...
Thanks a lot for your support. I got it working, although in the end 'chartjs-chart-financial' doesn't seem to work on node, as I get a window error: ``` (node:8700) UnhandledPromiseRejectionWarning:...
Thanks! I still haven't got it working though. I realize this isn't due to your module, but my inexperience with JS. But maybe you're willing to help again. I'm getting...
No, sorry. I finally gave up due to lack of time. @SeanSobey, thanks for the help though.
Yes, but that issue isn't about this message despite the title.
Happens here as well when buttons are hidden in a `v-if`. `:ripple="false` helps, but can't be used on 'text' buttons (due to the UX being broken then)
Same here. It works with `const talib = require('talib');` but `import * as talib from 'talib';` (or anything not using require) fails. Why is this?