codesandbox-client
codesandbox-client copied to clipboard
Codesandbox React UI renders, but no events work (pointer, keyboard, etc.) on Chrome browser
🐛 bug report
Preflight Checklist
- [x] I have read the [Contributing Guidelines][contributing] for this project.
- [x] I agree to follow the [Code of Conduct][code_of_conduct] that this project adheres to.
- [x] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Description of the problem
I've react samples on Codesandbox and currently nothing works properly on Chrome browser. The UI renders fine, but none of the events work.
How has this issue affected you? What are you trying to accomplish?
None of my documentation works properly, confusing developers
To Reproduce
Try clicking on a button, the visual states should change (hover, active, etc.). Fork and add an onClick event, the click does nothing.
Link to sandbox: link
Your Environment
| Software | Name/Version |
|---|---|
| Сodesandbox | latest |
| Browser | Chrome/114.0.5735.198 |
| Operating System | MacOS/13.4.1 |