Alex Krolick
Alex Krolick
I'm curious if the same query takes a similarly long time in Playwright. They implement all the Testing Library queries natively. I have also noticed performance differences between JSDOM with...
Can you escape out of it using `\$`?
https://katex.org/docs/autorender.html#api It might use KaTeX under the hood, in which case you can turn off matching `$..$` and use `$$..$$` only
I encountered the same RangeError when testing components that use ShadowDOM - seems like something is trying to serialize a circular structure that creates a massive string. Sometimes this causes...
As @markerikson mentioned there is some overlap with the FAQ discussion (#29). PR #43 covers AJAX and some of the VDOM concepts although a full-fledged glossary would probably replace that...
@ishankbahl @bvaughn AJAX is already in the FAQ PR #43, as I pointed out. If that is too big of a PR to review I can break it up, but...
@wolfcreative thanks, yes, dynamically importing the code in NextJS with ssr: false will make sure it runs clientside only.
See https://github.com/zenoamaro/react-quill/issues/919
Thanks for the heads up
You would have to ask this upstream in Quill