Nick Olszanski
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...
Let me know if any of the suggested solutions work for you :)
Thanks @jacoobes, will check it out! 🚀
@jacoobes lovely!
I'll see what I can do!
@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 ()...