XDigital

Results 3 issues of XDigital

### Description My Teku CL client shows: ``` Syncing *** Target slot: 4765031, Head slot: 4765030, Waiting for execution layer sync, Connected peers: 70 ``` However when I ran eth_syncing,...

bug
TeamRevenant
mainnet
RPC

### What version of Bun is running? 1.1.8 ### What platform is your computer? Linux 6.5.0-28-generic x86_64 x86_64 - Ubuntu 22.04 ### What steps can reproduce the bug? Run: bun...

bug

![image](https://github.com/runem/lit-analyzer/assets/31955226/57b6a330-f870-42ad-a554-3a4123861de6) Here is the code to test ``` css` div:has(+ .test) { display: flex } div:has(> .test) { display: flex } div:has(~ .test) { display: flex }` ```