I'm in a similar boat. I have to use a 3rd party component library written in web components for our react app (esri/calcite-components) and it's a huge pain because
* You can't override styles except what is exposed through css variables
* They often encapsulate some internal logic which I can't control from React (tbh this could happen with a React library too)
No comments yet.