Et cetera
Et cetera

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
### Clear and concise description of the problem My project use ES module, and need to use bytecodePlugin to protect the source code. But when I build my project, the...
### Current Behavior When I set backgroundColor for focusStyle, but these is still a default background color here ```tsx { if (type === 'select' && layout) { setTabLayout(layout) } }}...