caymaynard
caymaynard
Thanks for the details! I have tested against the nightly build (built from https://github.com/llvm/llvm-project.git 617278e7b0c937fccbf7d67d14f053c3409bc33f) and the address sanitizer works on my machine now. I only need this for debugging...
I've encountered this while remote debugging. The values that show inline constantly appear and disappear, which makes it very difficult to debug. It has only started recently.
I personally don't need the cached images anymore, so I haven't been checking if this is still an issue with the latest webview2
For me, it would also be useful to have a conditional required validation. I'm currently running a validator without using the custom function ( `async (value: Forms.Maybe) => (fieldRequired(value) ?...