Luis Atencio
Luis Atencio
Seeing a similar (the same?) issue. "react": "16.13.1", "react-native": "0.63.4", "react-native-geolocation-service": "^5.3.0-beta.1" Xcode: 12.5 Added the module and ran pod install. Run an Xcode build and seeing a lot of...
Hey guys, is there an ETA on when this can get merged? We started using Shadow roots for our micro-frontends and all of our DnD behavior broke.
Same here. I c8 was a drop-in replacement for nyc and it all magically worked
Thanks for letting us know. What a drag . And they seem to have pissed a lot of people as well, I can't even imagine how many integrations/apps broke as...
Yup. You're absolutely right. That should have been Observable.from(...). @paulpdaniels Let's add this to the errata page. Thanks @peerreynders for the catch!
Same here. I'm building a prototype where I need to federate to an existing non-Apollo schema and need this transform. It doesn't work with latest Apollo libraries. Any update on...
Can someone please help out here? I need to federate to an existing schema that does not use federation. It's not even an Apollo Server and a rebuild is out...
Also seeing this issue. It's unfortunate, as most other components work inside a Shadow DOM root. We noticed that if you blur the underlying HTML element after the onChange fires...
Hey @neutraali so sorry didn't see this earlier. Why I did was I ended up wrapping over callbacks passed to the onChange prop. That wrapper would call said callback and...
Do the solidJS selection primitives work around when a component resides within a Shadow Root? In the research/prototyping I did, browsers behave differently using the Selection API in these cases....