caboe
Results
2
issues of
caboe
Given an action wit optional parameter: `async testIt(context: TestContext, payload?: number): Promise {}` Is mapped with: `export const testAction = dispatch(test.actions.testIt)` When you call the action inside a VUE Component...
Two changes to the docs: - Add import fro GFetch, because imports are also available in the other code examples - Add missing comma to the svelte.config.js, because otherwise this...