RaenonX

Results 26 comments of RaenonX

Sorry for pinging you out of nowhere @kirchet, is this something similar as #1101?

> Here is a [patch](https://github.com/randalhsu/ChartExerciser/blob/main/lightweight-charts-patch/0002-Draggable-custom-price-line.patch) implementing "draggable custom price line" for my project. Demo: https://jsfiddle.net/randalhsu/5un8r93g/ (The orders can be dragged in the price scale.) > > Just in case anyone...

Not sure if this is exactly the same as the thing mentioned above, so I am leaving it here first instead of creating a new issue. The following code still...

> This should be fixed in 2.10 (that is not released yet) @RaenonX OK, will wait for that. Thanks!

> following the instructions of user lovebes in the issue #460 , i've add the following lines in my index.html in public folder of react. > ... Thanks for the...

Maybe add why is this package useless. At least I would've done that. I appreciate your motivation to save others time tho, because I had the same problem. On Wed,...

> What version of webpack do you have installed? I am using webpack 5. Presumably it should be installed along with `next.js` because every time I start my app in...

OK, will take some time and see if I can create a repro for investigation

@lmiller1990 May I obtain the webpack config you used? `next.js` does not require a webpack config, so I think that might be the root cause of the problem.

Here's the repro repo: https://github.com/RaenonX/cypress-optional-chaining-repro. **It doesn't re-create this error for some reason, but instead introduced another error.** ## Reproduction 1. `npx create-next-app --ts` 2. `npm i cypress --save-dev` 3....