◬
◬
I've ran into this issue before in firefox in which svg widths and heights of 100% don't seem to render intuitively when using polylines. To fix the behavior in firefox,...
it would be nice if url parsing worked like latest firefox/chrome. for instance, running the following snippet in those browsers: ``` (() => { var div = document.createElement('div'); div.style.backgroundImage =...
Thanks for the work on this great library! We are using it and are experiencing errors like: ``` thrown: "Exceeded timeout of 15000 ms for a test. Add a timeout...
The first `bench` call always seems to be slower than other tests. I've included a simple test case below. benchmark.js: ``` js require('matcha'); [1, 2, 3, 4].forEach((num) => { suite(`Benchmark...
## Bug report ### Current Behavior I am wrapping a table row with a context menu trigger. On the first right-click, the context menu is opened and anchored next to...
## Summary I recently learned about `eslint-plugin-react-compiler` so wanted to try it in one of my projects. I ran `npm repo eslint-plugin-react-compiler` to find out more (and see where I...