Jesse Taavola
Jesse Taavola
resolves #117
## Describe the bug Unable to close "Failed to zap" modal. A browser refresh is needed to close it. ### Steps to reproduce 1. Have no wallets setup 2. Try...
Add shell command history for when you are in shell mode `!`. Stored separate from the existing message history. Related to #2006 and #2007
### Environment nitro: 3.0.1-alpha.1 Vite: 7.2.7 Router / Start Version: 1.141.2 ### Reproduction https://github.com/jtaavola/tanstack-start-file-upload-error ```sh # success (file < 1 MiB) curl -X POST http://localhost:3000/api/upload -F "file=@file_success.png" # failure (file...