mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
6 lines
207 B
Markdown
6 lines
207 B
Markdown
---
|
|
"tauri": 'patch:bug'
|
|
---
|
|
|
|
No longer unpacking and flattening the `payload` over the IPC so that commands with arguments called `cmd`, `callback`, `error`, `options` or `payload` aren't breaking the IPC.
|