Options for Handling Deprecated HttpClient Dependency
What are my options if a dependency depends on the deprecated effect/platform HttpClient api? So far I've come up with:
- pnpm patch (arduos)
- sync my platform deps with the other dependency till it upgrades
- something to do with pnpm overrides maybe (I tried and failed)
- fork, fix, pnpm install from github (Also tried and failed)
- pnpm patch (arduos)
- sync my platform deps with the other dependency till it upgrades
- something to do with pnpm overrides maybe (I tried and failed)
- fork, fix, pnpm install from github (Also tried and failed)
