Yonatan Kra
Yonatan Kra
What I did eventually was to use requirejs!text plugin in order to load my template files, and then I `put` them in `$templateCache`. It's a pain at first, but now...
I've managed to reduce my grids to around 1000 watchers (I'm showing around 10 grids of around 50 rows each. It was mainly changing many bindings into one time bindings....
Looks like a step in the right direction. I haven't tried it, but would it take into account the data inside the node? Let say I have clicked the open...
Hi, Yea, it seems like it. Here's the branch with `clet`: https://github.com/YonatanKra/practica/tree/try-to-add-e2e I've added a few `babel` and `jest` config's that were supposed to solve it - but no good.
When changing it to anything `ESNext` to `ES2015` it gives:
At first glance, I thought that GC and redraw was the culprit but a closer look shows that the grid's sorting is the issue. I attach 2 files here: ...
I get the same thing. Any solution to this?
@EisenbergEffect This is an issue with the grid itself. Here is a cleaner example: https://codepen.io/yonatankra/pen/vYredxP?editors=1111 It also happens locally for me.
Hi, This is still an issue. Is there any intention of fixing this?
Hi, I'm having the same thing for a11y as well. Lighthouse in dev tools reports a11y errors while the a11y score when using `playwright-lighthouse` is 100. Here's my config: ```...