Melloware
Melloware
If it is successful let us know I think we should add to docs as Vite is so popular and CSP is a good thing.
@bdevos make any progress?
Can you paste your full code please?
I think its more invasive than just that command it also looks like its here in `PackageManagerType` ```java public String getOSBinary() { return isWindows() ? binary + ".cmd" : binary;...
There are also Organization Secrets also. Not sure the difference in the 3! 
I think your issue is similar to this one: https://github.com/melloware/react-logviewer/issues/37 It seems wiht React Virtual Window is scrolling to the end of the first virtual frame or something.
I just released 5.2.1 can you try it and report back i think its fixed.
yep i see that too with a stackblitz: https://stackblitz.com/edit/vitejs-vite-lesej7?file=package.json,src%2FApp.tsx&terminal=dev
I see why. ```js highlight: previousHighlight === Range(0, 0) ? getHighlightRange(highlight) : previousHighlight || getHighlightRange(previousHighlight), ``` The old code intentionally only set the Highlight on initialization but after that it...
I bet its similar to Password which also has an internal input also and had issues: https://github.com/primefaces/primereact/issues/6776