Yash Shah
Yash Shah
[base-ui][mui-system] Fix "useId" & "useSyncExternalStore" imports to not be statically analysable
- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). fixes #41190
### Reproduction example https://codesandbox.io/p/sandbox/musing-panini-c5399j?file=%2Fsrc%2FApp.test.js ### Prerequisites 1. Render a multiple `listbox` 2. Select some options 3. Now deselect option(s) from multiple `listbox` (using deselectOptions) ### Expected behavior from - https://testing-library.com/docs/user-event/utility/#-selectoptions-deselectoptions...