I have this code: ``` export const getProviders = createEffect("getProviders", { handler() { return fetch(`http://localhost:8000/api/v1/constructor/providers/`) }, }) getProviders() ``` and I got: ```Expected 1 arguments, but got 0.``` version: 21.5.0
I have this code:
and I got:
Expected 1 arguments, but got 0.version: 21.5.0