tuf
Results
2
issues of
tuf
**Please explain the suggested feature in detail.** `[SyncVar(hook = nameof(HookFn))]` HookFn is never called on Server only mode so I have to either separate server and client logic or call...
enhancement
`SetSchema`'s `onAdd` callback gets called twice when it is inside a `MapSchema`. ```ts export class MyRoomState extends Schema { @type({ map: Restaurant }) restaurants = new MapSchema(); } export class...
bug