Dmitry Avdeev
Dmitry Avdeev
Have you tried this? ``` var domino = require('domino') window = domino.createWindow(); document = window.document; HTMLElement = domino.impl.HTMLElement; require('@webcomponents/custom-elements') window.customElements.define('x-tag', class extends HTMLElement { constructor(){ super(); console.log('constructing') } connectedCallback(){ this.innerHTML...
@Den-dp > And it can get worse when maintainers of such small packages are fixing security vulnerabilities only for the latest version of their package, which leads us to another...
I've just faced the same problem, has anybody found a solution yet?
I'm having high CPU load in Opera, but not in Chrome
for whoever may stumble upon the same problem when pessimistic updates do not refresh the UI: my problem was in invalidateTags ``` deleteMessage: builder.mutation({ query: ({messageId, threadId}) => ({ url:...
I came across the same problem too. It worked out for me to override its position to fixed `.react-tel-input .country-list { position: fixed }`
@stale, well the problem still exists here. Although if I'm not mistaken couple of months ago jsdom started to support Custom Elements by themselves
any updates on this? I have a similar problem described here https://stackoverflow.com/questions/76980696/jenkins-declarative-pipeline-stage-post-action-goes-to-failure-block-if-previou