Tomasz Kajtoch
Tomasz Kajtoch
# Summary EUI is the most complex workspace to handle watch mode in due to the number of different targets it builds to (see below). Investigate what targets are needed...
## ✨ Summary EuiDataGrid is one of the largest and most important components EUI provides. Since its initial implementation in 2019, it has received numerous fixes and improvements making it...
[EuiProgress] `-moz-progress-bar` style throws an error during `insertRule` in non-firefox browsers
**Describe the bug** When rendering EuiProgress in browsers other than Firefox, a console error is printed out due to the `:-moz-progress-bar` pseudoselector being unrecognized. This happens when `insertRule` is used...
# Summary We want to improve the local development experience by adding a proper watch mode to the theme packages workspaces. The workspaces that should be updated as part of...
**What**: This PR updates the error silencing logic to properly handle all vendor-specific pseudo-elements rather than just the hardcoded list. Similarly to https://github.com/emotion-js/emotion/pull/3150, the updated logic uses a regex to...