AmazeeLabs / silverback-mono

Silverback Monorepo. Central hub for our open source packages and tooling.
https://silverback.netlify.app
8 stars 7 forks source link

fix: make executors accept arguments directly #1510

Closed pmelab closed 5 months ago

pmelab commented 5 months ago

Package(s) involved

@amazeelabs/executors

Description of changes

Executors accept argumetns directly instead of inheriting them from useExecutor. Those are only used for executor matching now.

Motivation and context

Required to properly work with mutations, specifically useSWRMutation.

How has this been tested?

Unit tests