### Describe the bug ```js export class Item{ Name = ""; Age = 0; } ``` ```js import {Item} from "./entity.js" let data = $state(new Item()); // does not work //let data = $state({Name:"",Age:0}); // works ``` ### Reproduction [https://svelte.dev/playground/dc3e221656764453a5b6d3c14a7a1542?version=5.38.7](https://svelte.dev/playground/dc3e221656764453a5b6d3c14a7a1542?version=5.38.7) ### Logs ```shell ``` ### System Info ```shell all ``` ### Severity blocking an upgrade