Bug Fixes
- prevent marginLeft and unstyled props from leaking to DOM (natew)
Documentation
- note vite plugin is ESM-only and requires type: module (natew)
Code Refactoring
- update module imports to use ES module syntax and correct file extensions #3939 (Quan Nguyen)
Continuous Integration
- loosen flaky test thresholds in CI and remove redundant retry wrapper (natew)
Chores
- add unstyled prop to context menu, popover, and tooltip components (Quan Nguyen)