We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetchCollections
BackendService has 2 methods:
BackendService
Only executePipeline is useful, fetchCollections should be removed
executePipeline
store.subscribe
store.watch
registerModule
https://github.com/ToucanToco/weaverbird/blob/master/src/store/backend-plugin.ts#L110
[WIP]
Technically, how should we do that ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I / Remove
fetchCollections
methodBackendService
has 2 methods:Only
executePipeline
is useful,fetchCollections
should be removed|| / Replace the
store.subscribe
by astore.watch
onregisterModule
https://github.com/ToucanToco/weaverbird/blob/master/src/store/backend-plugin.ts#L110
III / Inject the
executePipeline
as an action store[WIP]
Technically, how should we do that ?
The text was updated successfully, but these errors were encountered: