Peter

Results 4 issues of Peter

Fixes & improvements

### Describe the bug Can't bind state declared in classes like this: ``` // MyController.svelte.ts class MyControllerClass { form_state = $state({fullname: ''}); } ``` Svelte throws ownership_invalid_mutation warning. It seems...

### Describe the bug I can send outbound messages from JavaScript, but inbound messages are no longer being received. Works fine with: `tauri 2.2.5` `tauri-plugin-websocket 2.3.0` `tauri-build 2.0.5` `tauri-cli 2.1.0`...

type: bug
status: needs triage

**Describe the bug** Bug is very similar to [11430](https://github.com/tauri-apps/tauri/issues/11430) [Reproduction](https://github.com/someone2080/broken_webview_window-tauri_2) > When I try to create a new window using WebviewWindow with x,y options, the newly created Window appears on...

type: bug
platform: macOS