Tony D'Addeo
Tony D'Addeo
Closing as stale.
Was having this same issue but realized this gem has been deprecated and merged into Ransack. If you are using Ransack an update to the latest release will fix this.
It is not, thank you!
> Wondering if it would be as simple as adding [treeshake option](https://tsup.egoist.dev/#tree-shaking) to tsup in places like here: https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/core/tsup.config.ts Since we are building a library, we aren't bundling our dependencies...
I took a look at this with my approach centered around this assumption: When `typecheck` is run, it should be run against the output types of the current source code...
> Excited for this! Some random code style feedback. thanks—applied
I took an initial stab at it. It's ok but having done it this way it might more sense to figure out all the changes required for an action and...