XDigital
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,...
### 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...
 Here is the code to test ``` css` div:has(+ .test) { display: flex } div:has(> .test) { display: flex } div:has(~ .test) { display: flex }` ```