Mark McDowell

Results 35 comments of Mark McDowell

Confirmed the original steps now work correctly with latest version.

This is likely something to do with the module flag, please try with latest version.

there's a comment on the PR that's waiting to be resolved before being merged.

Resolved in [v2.0.0](https://github.com/react-financial/react-financial-charts/releases/tag/v2.0.0)

Module flag is now removed in the latest version.

We took a fork of this library about a year ago and we've been rebuilding, updating it, and we'll be supporting it. See: https://github.com/reactivemarkets/react-financial-charts Thanks!

Thanks! that's really interesting, let me do some tests with real world data.

H!, sorry yes I did do some testing but a large part of our code base uses a database connector that returns whole arrays and doesn't support streaming. So unfortunately...

FYI, I didn't really want to have to create an env. variable so i did this instead: ```js patterns: process.argv.includes("export") ? ["**/api/**/*.md", '**/*.vue'] : ['**/*.md', '**/*.vue'] ```