Matt Rossman

Results 73 comments of Matt Rossman

@jjrchrds No, I ended up using a different animation library (react-spring) due to this limitation.

What is `documentId` expected to be? If I provide `"my-document-name"` I get a type error. ![Argument of type 'string' is not assignable to parameter of type 'Room'.](https://github.com/partykit/partykit/assets/22670878/7b45f7d7-3fde-4161-b8ac-3e412f60ab76) The types indicates...

An example—I'm using PartyKit to make a realtime bus tracker app. Every few seconds I need to poll a server to fetch the latest tracking info. I do this on...