Nick Olszanski

Results 31 comments of Nick Olszanski

Hi there! Yes, I am aware of this TS limitation :/ https://itijs.org/docs/patterns-and-tips#ts2589-type-instantiation-is-excessively-deep-and-possibly-infinite

Maybe those suggestions can help you for now? I am trying a new version that could trigger internal typescript type caching to circumvent this and another problem like that. But...

@howagain I have a fix but I am failing with some local tests. Will follow up this week

Fixed with some PRs in October 2023: https://github.com/BuilderIO/partytown/pull/453 https://github.com/BuilderIO/partytown/pull/473

My tests now look pretty silly because I can not use `await` ```ts it("should be able subscribe to container set change", (cb) => { // This is silly ;(async ()...