mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-02-19 09:14:19 -05:00
* fix: prune limits on store subclasses Overriding class fields in Javascript is tricky as they are not available in the parent constructor. Refactored into getters since these will be available. * add changeset * fix test