darwin403

Results 3 comments of darwin403

@raulvictorrosa Hey, can you please share how this can be fixed for Next.js? I've tried with dunamic import, doesn't work. Here is the example with dynamic + lightweight-charts+next.js which simply...

Modify the following in `next.config.js` This fixes the issue. I think a better solution can be obtained. ```js module.exports = withTM({ typescript: { ignoreBuildErrors: true, // this is the change...

@SlicedSilver can you please consider this in one of the future releases? This would be great for order placement mechanisms.